Serialized Form


Package org.tap4j.consumer

Class org.tap4j.consumer.TapConsumerException extends RuntimeException implements Serializable

serialVersionUID: -4463077483065538121L


Package org.tap4j.ext.testng

Class org.tap4j.ext.testng.TapAttribute extends Object implements Serializable

serialVersionUID: -6479674325095714937L

Serialized Fields

method

Method method
A method.


value

Object value
Any value to be persisted in the TAP Stream.


Package org.tap4j.model

Class org.tap4j.model.AbstractTapElementDiagnostic extends Object implements Serializable

serialVersionUID: 8568950679698773071L

Serialized Fields

diagnostic

Map<K,V> diagnostic
Iterable object returned by snakeyaml.

Class org.tap4j.model.BailOut extends TapResult implements Serializable

serialVersionUID: -354950715195034445L

Serialized Fields

reason

String reason
Reason to Bail Out.


comment

Comment comment
Optional comment.

Class org.tap4j.model.Comment extends TapResult implements Serializable

serialVersionUID: 6694406960961188778L

Serialized Fields

text

String text
Comment text.


inline

boolean inline
Whether the comment is inline or not.

Class org.tap4j.model.Directive extends Object implements Serializable

serialVersionUID: 8183935213177175225L

Serialized Fields

directiveValue

DirectiveValues directiveValue
Directive Value (TO DO, SKIP).


reason

String reason
Reason for the directive.

Class org.tap4j.model.Footer extends AbstractTapElementDiagnostic implements Serializable

serialVersionUID: 6941329821890027928L

Serialized Fields

text

String text
Footer text.


comment

Comment comment
Comment.

Class org.tap4j.model.Header extends AbstractTapElementDiagnostic implements Serializable

serialVersionUID: -3823455733333632836L

Serialized Fields

version

Integer version
TAP file version.


comment

Comment comment
Header optional comment.

Class org.tap4j.model.Plan extends AbstractTapElementDiagnostic implements Serializable

serialVersionUID: 8517740981464132024L

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 org.tap4j.model.SkipPlan extends Object implements Serializable

serialVersionUID: 9108007596777603763L

Serialized Fields

reason

String reason
The reason for the skip.

Class org.tap4j.model.TapResult extends AbstractTapElementDiagnostic implements Serializable

serialVersionUID: 5602024143464978179L

Class org.tap4j.model.TestResult extends TapResult implements Serializable

serialVersionUID: -2735372334488828166L

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 (TO DO, SKIP).


subtest

TestSet subtest
Child subtest.


comments

List<E> comments
Comment.

Class org.tap4j.model.TestSet extends Object implements Serializable

serialVersionUID: 114777557084672201L

Serialized Fields

header

Header header
TAP Header.


plan

Plan plan
TAP Plan.


tapLines

List<E> tapLines
List of TAP Lines.


testResults

List<E> testResults
List of Test Results.


bailOuts

List<E> bailOuts
List of Bail Outs.


comments

List<E> comments
List of comments.


footer

Footer footer
TAP Footer.

Class org.tap4j.model.Text extends TapResult implements Serializable

serialVersionUID: 5408008204269040841L

Serialized Fields

value

String value
Value of Text.


Package org.tap4j.parser

Class org.tap4j.parser.ParserException extends RuntimeException implements Serializable

serialVersionUID: 8375457492239728975L


Package org.tap4j.producer

Class org.tap4j.producer.ProducerException extends RuntimeException implements Serializable

serialVersionUID: 5579591125440097408L


Package org.tap4j.representer

Class org.tap4j.representer.RepresenterException extends RuntimeException implements Serializable

serialVersionUID: 5273452940014536172L



Copyright © 2010-2012 TupiLabs. All Rights Reserved.