|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tap4j.model.AbstractTapElementDiagnostic org.tap4j.model.TapResult org.tap4j.model.BailOut
public class BailOut
Represents a Bail Out TAP Line. The test execution should be suspended if there is a Bail Out.
Constructor Summary | |
---|---|
BailOut(String reason)
Constructor with parameter. |
Method Summary | |
---|---|
Comment |
getComment()
Get the comment. |
String |
getReason()
Get the reason for bailing out. |
void |
setComment(Comment comment)
Set the comment. |
Methods inherited from class org.tap4j.model.AbstractTapElementDiagnostic |
---|
getDiagnostic, setDiagnostic |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BailOut(String reason)
reason
- Reason to Bail Out.Method Detail |
---|
public String getReason()
public Comment getComment()
public void setComment(Comment comment)
comment
- Bail Out comment.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |