| Package | Description |
|---|---|
| org.specrunner.core.pipes | |
| org.specrunner.dumper | |
| org.specrunner.dumper.core |
| Modifier and Type | Method and Description |
|---|---|
protected ISourceDumper |
PipeDumper.createDumper()
Creates an dumper instance.
|
static ISourceDumper |
PipeDumper.lookup(IChannel channel)
Recover a dumper from channel.
|
| Modifier and Type | Method and Description |
|---|---|
static IChannel |
PipeDumper.bind(IChannel channel,
ISourceDumper obj)
Bind the object to the channel.
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
ISourceDumperGroup
A source dumper group.
|
| Modifier and Type | Method and Description |
|---|---|
ISourceDumper |
ISourceDumperFactory.newDumper()
Creates a dumper.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractSourceDumperFile
A partial dumper which writes data to files.
|
class |
SourceDumperCenter
Dump the central part of the result report (the 'center' element of the
framed version).
|
class |
SourceDumperDetails
Dumps the report details in a separate file.
|
class |
SourceDumperGroupImpl
Default implementation of a source dumper group.
|
class |
SourceDumperResources
Dumps resources related to the source.
|
class |
SourceDumperWritables
Dumps the writables associated to the result set.
|
| Modifier and Type | Field and Description |
|---|---|
protected ISourceDumper |
SourceDumperFactoryImpl.dumper
The reusable dumper.
|
| Modifier and Type | Method and Description |
|---|---|
ISourceDumper |
SourceDumperFactoryImpl.getDumper()
Gets the dumper.
|
ISourceDumper |
SourceDumperFactoryImpl.newDumper() |
| Modifier and Type | Method and Description |
|---|---|
void |
SourceDumperFactoryImpl.setDumper(ISourceDumper dumper)
Sets the runner.
|
| Constructor and Description |
|---|
SourceDumperFactoryImpl(ISourceDumper dumper)
Creates a factory of reusable dumpers.
|
Copyright © 2016. All rights reserved.