|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TapResult | |
---|---|
org.tap4j.model | |
org.tap4j.representer |
Uses of TapResult in org.tap4j.model |
---|
Subclasses of TapResult in org.tap4j.model | |
---|---|
class |
BailOut
Represents a Bail Out TAP Line. |
class |
Comment
A TAP Comment. |
class |
TestResult
A simple test result. |
class |
Text
An ordinary text. |
Methods in org.tap4j.model that return types with arguments of type TapResult | |
---|---|
List<TapResult> |
TestSet.getTapLines()
|
Methods in org.tap4j.model with parameters of type TapResult | |
---|---|
boolean |
TestSet.addTapLine(TapResult tapLine)
Adds a new TAP Line. |
protected boolean |
TestSet.removeTapLine(TapResult tapLine)
Removes a TAP Line from the list. |
Uses of TapResult in org.tap4j.representer |
---|
Methods in org.tap4j.representer with parameters of type TapResult | |
---|---|
protected void |
Tap13Representer.printTapLine(PrintWriter pw,
TapResult tapLine)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |