| Package | Description |
|---|---|
| org.specrunner.core.pipes | |
| org.specrunner.report | |
| org.specrunner.report.core |
| Modifier and Type | Method and Description |
|---|---|
protected IReporter |
PipeReporter.createReporter()
Creates a reporter instance.
|
static IReporter |
PipeReporter.lookup(IChannel channel)
Recover the reporter from channel.
|
| Modifier and Type | Method and Description |
|---|---|
static IChannel |
PipeReporter.bind(IChannel channel,
IReporter obj)
Bind the object to the channel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
IReporterGroup
A reporter group.
|
| Modifier and Type | Method and Description |
|---|---|
IReporter |
IReporterFactory.newReporter()
Creates a reporter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ReporterGroupImpl
Default reporter group implementation.
|
class |
ResumeReporter
Reporter which accumulates resumes over execution.
|
| Modifier and Type | Field and Description |
|---|---|
protected IReporter |
ReporterFactoryImpl.reporter
Reused reporter.
|
| Modifier and Type | Method and Description |
|---|---|
IReporter |
ReporterFactoryImpl.getReporter()
Gets the reporter.
|
IReporter |
ReporterFactoryImpl.newReporter() |
IReporter |
ReporterFactoryGroupImpl.newReporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
ReporterFactoryImpl.setReporter(IReporter reporter)
Set the reporter.
|
| Constructor and Description |
|---|
ReporterFactoryImpl(IReporter reporter)
Creates a new reporter factory.
|
Copyright © 2016. All rights reserved.