| Package | Description |
|---|---|
| org.specrunner.dumper.core | |
| org.specrunner.result | |
| org.specrunner.result.core |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SourceDumperWritables.addElement(int index,
String prefixToRemove,
IWritable w,
Map<String,String> references,
IBlock block)
Add element parts of writable elements.
|
| Modifier and Type | Method and Description |
|---|---|
IWritable |
IResult.getWritable()
Each result can have its extra information, in the form of a writable
object, in other words, a object that know how to write itself.
|
IWritable |
IWritableFactory.newWritable(Map<String,Object> information,
T source)
Writable with information.
|
IWritable |
IWritableFactory.newWritable(T source)
Writable with information.
|
| Modifier and Type | Method and Description |
|---|---|
IResult |
IResultSet.addResult(Status status,
IBlock source,
IWritable writable)
Adds a result.
|
IResult |
IResultSet.addResult(Status status,
IBlock source,
String message,
IWritable writable)
Adds a result with a message and a writable information.
|
IResult |
IResultSet.addResult(Status status,
IBlock source,
Throwable failure,
IWritable writable)
Adds a result with failure and a writable information.
|
| Modifier and Type | Field and Description |
|---|---|
protected IWritable |
ResultImpl.writable
The associated writable information.
|
| Modifier and Type | Method and Description |
|---|---|
IWritable |
ResultImpl.getWritable() |
| Modifier and Type | Method and Description |
|---|---|
IResult |
ResultSetImpl.addResult(Status status,
IBlock source,
IWritable writable) |
IResult |
ResultSetImpl.addResult(Status status,
IBlock source,
String message,
IWritable writable) |
protected IResult |
ResultSetImpl.addResult(Status status,
IBlock source,
String message,
Throwable failure,
IWritable writable)
Add a result.
|
IResult |
ResultSetImpl.addResult(Status status,
IBlock source,
Throwable failure,
IWritable writable) |
| Constructor and Description |
|---|
ResultImpl(Status status,
IBlock source,
String message,
Throwable failure,
IWritable writable)
The result instance creator.
|
Copyright © 2016. All rights reserved.