Serialized Form


Package br.eti.kinoshita.tap4j.consumer

Class br.eti.kinoshita.tap4j.consumer.TapParserException extends Exception implements Serializable


Package br.eti.kinoshita.tap4j.model

Class br.eti.kinoshita.tap4j.model.BailOut extends Object implements Serializable

Serialized Fields

reason

String reason
Reason to Bail Out.


comment

Comment comment
Optional comment.

Class br.eti.kinoshita.tap4j.model.Comment extends Object implements Serializable

Serialized Fields

text

String text
Comment text.

Class br.eti.kinoshita.tap4j.model.Footer extends Object implements Serializable

Serialized Fields

text

String text
Footer text.


comment

Comment comment
Comment.

Class br.eti.kinoshita.tap4j.model.Header extends Object implements Serializable

Serialized Fields

version

Integer version
TAP file version.


comment

Comment comment
Header optional comment.

Class br.eti.kinoshita.tap4j.model.Plan extends Object implements Serializable

Serialized Fields

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.

Class br.eti.kinoshita.tap4j.model.SkipPlan extends Object implements Serializable

Serialized Fields

reason

String reason
The reason for the skip.

Class br.eti.kinoshita.tap4j.model.TestResult extends Object implements Serializable

Serialized Fields

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.

Class br.eti.kinoshita.tap4j.model.TestSet extends Object implements Serializable

Serialized Fields

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}

Class br.eti.kinoshita.tap4j.model.Text extends Object implements Serializable

Serialized Fields

value

String value
Value of Text.



Copyright © 2010. All Rights Reserved.