|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IWritable | |
|---|---|
| org.specrunner.dumper.core | |
| org.specrunner.result | |
| org.specrunner.result.core | |
| Uses of IWritable in org.specrunner.dumper.core |
|---|
| Methods in org.specrunner.dumper.core with parameters of type IWritable | |
|---|---|
protected void |
SourceDumperWritables.addElement(int index,
String prefixToRemove,
IWritable w,
Map<String,String> references,
IBlock block)
Add element parts of writable elements. |
| Uses of IWritable in org.specrunner.result |
|---|
| Methods in org.specrunner.result that return IWritable | |
|---|---|
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. |
| Methods in org.specrunner.result with parameters of type IWritable | |
|---|---|
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. |
| Uses of IWritable in org.specrunner.result.core |
|---|
| Fields in org.specrunner.result.core declared as IWritable | |
|---|---|
protected IWritable |
ResultImpl.writable
The associated writable information. |
| Methods in org.specrunner.result.core that return IWritable | |
|---|---|
IWritable |
ResultImpl.getWritable()
|
| Methods in org.specrunner.result.core with parameters of type IWritable | |
|---|---|
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)
|
| Constructors in org.specrunner.result.core with parameters of type IWritable | |
|---|---|
ResultImpl(Status status,
IBlock source,
String message,
Throwable failure,
IWritable writable)
The result instance creator. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||