|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface TapConsumer
TAP Consumer is the responsible for generating the TAP Stream.
| Method Summary | |
|---|---|
Boolean |
containsBailOut()
|
Boolean |
containsNotOk()
|
Boolean |
containsOk()
|
List<BailOut> |
getBailOuts()
|
List<Comment> |
getComments()
|
Footer |
getFooter()
|
Header |
getHeader()
|
Integer |
getNumberOfBailOuts()
|
Integer |
getNumberOfComments()
|
Integer |
getNumberOfTapLines()
|
Integer |
getNumberOfTestResults()
|
Plan |
getPlan()
|
List<TapResult> |
getTapLines()
|
TestResult |
getTestResult(Integer testNumber)
|
List<TestResult> |
getTestResults()
|
TestSet |
getTestSet()
|
void |
parseFile(File tapFile)
Parses a Tap File. |
void |
parseLine(String tapLine)
Parses a Test Result. |
void |
parseTapStream(String tapStream)
Parses a Tap Stream. |
void |
printDetails(PrintStream ps)
Prints the details of tests to a Print Stream. |
void |
printDetails(PrintWriter pw)
Prints the details of tests to a Print Writer. |
void |
printSummary(PrintStream ps)
Prints the summary of tests to a Print Stream. |
void |
printSummary(PrintWriter pw)
Prints the summary of tests to a Print Writer. |
| Method Detail |
|---|
void parseLine(String tapLine)
throws TapParserException
testResult - Test Result line
TapParserException
void parseTapStream(String tapStream)
throws TapParserException
tapStream - Tap Stream
TapParserException
void parseFile(File tapFile)
throws TapParserException
tapFile - Tap File
TapParserExceptionHeader getHeader()
Plan getPlan()
List<TapResult> getTapLines()
List<TestResult> getTestResults()
List<BailOut> getBailOuts()
List<Comment> getComments()
Integer getNumberOfTapLines()
Integer getNumberOfTestResults()
Integer getNumberOfBailOuts()
Integer getNumberOfComments()
TestResult getTestResult(Integer testNumber)
testNumber - Number of test to be retrieved.
Boolean containsNotOk()
Boolean containsOk()
Boolean containsBailOut()
Footer getFooter()
TestSet getTestSet()
void printSummary(PrintWriter pw)
pw - Print Writer.void printSummary(PrintStream ps)
ps - Print Stream.void printDetails(PrintWriter pw)
pw - Print Writer.void printDetails(PrintStream ps)
ps - Print Stream.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||