Uses of Class
br.eti.kinoshita.tap4j.model.TestResult

Packages that use TestResult
br.eti.kinoshita.tap4j.consumer   
br.eti.kinoshita.tap4j.model   
br.eti.kinoshita.tap4j.producer   
 

Uses of TestResult in br.eti.kinoshita.tap4j.consumer
 

Fields in br.eti.kinoshita.tap4j.consumer with type parameters of type TestResult
protected  List<TestResult> AbstractTapConsumer.testResults
          List of Test Results.
 

Methods in br.eti.kinoshita.tap4j.consumer that return TestResult
 TestResult AbstractTapConsumer.getTestResult(Integer testNumber)
           
 TestResult TapConsumer.getTestResult(Integer testNumber)
           
 

Methods in br.eti.kinoshita.tap4j.consumer that return types with arguments of type TestResult
 List<TestResult> AbstractTapConsumer.getTestResults()
           
 List<TestResult> TapConsumer.getTestResults()
           
 

Uses of TestResult in br.eti.kinoshita.tap4j.model
 

Fields in br.eti.kinoshita.tap4j.model declared as TestResult
protected  TestResult TestTAPTestResult.notOkTestResult
           
protected  TestResult TestTAPTestResult.okTestResult
           
protected  TestResult TestTAPTestResult.okTestResultSkip
           
 

Methods in br.eti.kinoshita.tap4j.model that return types with arguments of type TestResult
 List<TestResult> TestSet.getTestResults()
           
 

Methods in br.eti.kinoshita.tap4j.model with parameters of type TestResult
 boolean TestSet.addTestResult(TestResult testResult)
           
 boolean TestSet.removeTestResult(TestResult testResult)
          Removes a Test Result from the list.
 

Uses of TestResult in br.eti.kinoshita.tap4j.producer
 

Methods in br.eti.kinoshita.tap4j.producer with parameters of type TestResult
 boolean AbstractTapProducer.addTestResult(TestResult testResult)
           
 boolean TapProducer.addTestResult(TestResult testResult)
           
 



Copyright © 2010. All Rights Reserved.