Serialized Form
|
Package br.eti.kinoshita.tap4j.consumer |
|
Package br.eti.kinoshita.tap4j.model |
reason
String reason
- Reason to Bail Out.
comment
Comment comment
- Optional comment.
text
String text
- Comment text.
text
String text
- Footer text.
comment
Comment comment
- Comment.
version
Integer version
- TAP file version.
comment
Comment comment
- Header optional comment.
initialTestNumber
Integer initialTestNumber
- TAP Plan initial test number.
lastTestNumber
Integer lastTestNumber
- TAP Plan last test number.
skip
SkipPlan skip
- TAP Plan skip. If present the tests should not be executed.
comment
Comment comment
- A comment.
reason
String reason
- The reason for the skip.
status
StatusValues status
- Test Status (OK, NOT OK).
testNumber
Integer testNumber
- Test Number.
description
String description
- Description of the test.
directive
Directive directive
- Directive of the test (TODO, SKIP).
comment
Comment comment
- Comment.
header
Header header
- TAP Header.
- See Also:
Header}
plan
Plan plan
- TAP Plan.
- See Also:
Plan}
tapLines
List<E> tapLines
- List of TAP Lines.
- See Also:
TapLine],
TestResult},
BailOut}
testResults
List<E> testResults
- List of Test Results.
- See Also:
TestResult}
bailOuts
List<E> bailOuts
- List of Bail Outs.
- See Also:
BailOut}
comments
List<E> comments
- List of comments.
- See Also:
Comment}
footer
Footer footer
- TAP Footer.
- See Also:
Footer}
value
String value
- Value of Text.
Copyright © 2010. All Rights Reserved.