|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IResult
A individual result.
| Method Summary | |
|---|---|
IBlock |
getBlock()
Block related to this result. |
Throwable |
getFailure()
In case of errors result, an exception hold its information. |
String |
getMessage()
Message associated to the result. |
IWritable |
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. |
boolean |
hasBlock()
If result has a block. |
boolean |
hasFailure()
If result has a failure. |
boolean |
hasMessage()
If result has a message. |
boolean |
hasWritable()
If result has a writable. |
| Methods inherited from interface org.specrunner.result.IStatusVariable |
|---|
setStatus |
| Methods inherited from interface org.specrunner.result.IStatus |
|---|
getStatus |
| Methods inherited from interface org.specrunner.plugins.IActionType |
|---|
getActionType |
| Methods inherited from interface org.specrunner.util.xom.IPresentation |
|---|
asNode, asString |
| Method Detail |
|---|
boolean hasBlock()
IBlock getBlock()
boolean hasMessage()
String getMessage()
boolean hasFailure()
Throwable getFailure()
boolean hasWritable()
IWritable getWritable()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||