|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbr.eti.kinoshita.tap4j.consumer.AbstractTapConsumer
public abstract class AbstractTapConsumer
Abstract TAP Consumer. Implements few basic methods.
| Field Summary | |
|---|---|
protected List<BailOut> |
bailOuts
List of Bail Outs. |
protected List<Comment> |
comments
List of Comments. |
protected Footer |
footer
Footer. |
protected Header |
header
Header. |
protected Plan |
plan
Plan. |
protected List<TapResult> |
tapLines
List of TAP Lines (test results, bail outs and comments). |
protected List<TestResult> |
testResults
List of Test Results. |
protected TestSet |
testSet
Test Set. |
| Constructor Summary | |
|---|---|
AbstractTapConsumer()
|
|
| 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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface br.eti.kinoshita.tap4j.consumer.TapConsumer |
|---|
parseFile, parseLine, parseTapStream, printDetails, printDetails, printSummary, printSummary |
| Field Detail |
|---|
protected TestSet testSet
protected Header header
protected Plan plan
protected List<TapResult> tapLines
protected List<TestResult> testResults
protected List<BailOut> bailOuts
protected List<Comment> comments
protected Footer footer
| Constructor Detail |
|---|
public AbstractTapConsumer()
| Method Detail |
|---|
public Header getHeader()
getHeader in interface TapConsumerpublic Plan getPlan()
getPlan in interface TapConsumerpublic List<TapResult> getTapLines()
getTapLines in interface TapConsumerpublic Integer getNumberOfTapLines()
getNumberOfTapLines in interface TapConsumerpublic List<TestResult> getTestResults()
getTestResults in interface TapConsumerpublic TestResult getTestResult(Integer testNumber)
getTestResult in interface TapConsumertestNumber - Number of test to be retrieved.
public Boolean containsOk()
containsOk in interface TapConsumerpublic Boolean containsNotOk()
containsNotOk in interface TapConsumerpublic Integer getNumberOfTestResults()
getNumberOfTestResults in interface TapConsumerpublic Boolean containsBailOut()
containsBailOut in interface TapConsumerpublic List<BailOut> getBailOuts()
getBailOuts in interface TapConsumerpublic Integer getNumberOfBailOuts()
getNumberOfBailOuts in interface TapConsumerpublic List<Comment> getComments()
getComments in interface TapConsumerpublic Integer getNumberOfComments()
getNumberOfComments in interface TapConsumerpublic Footer getFooter()
getFooter in interface TapConsumerpublic TestSet getTestSet()
getTestSet in interface TapConsumer
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||