Uses of Class
com.googlecode.refit.runner.jaxb.TestResult

Packages that use TestResult
com.googlecode.refit.runner   
com.googlecode.refit.runner.jaxb   
 

Uses of TestResult in com.googlecode.refit.runner
 

Methods in com.googlecode.refit.runner that return TestResult
 TestResult FileRunner.getResult()
           
 

Methods in com.googlecode.refit.runner with parameters of type TestResult
 void CompositeRunnerListener.afterTest(TestResult result)
           
 void DefaultRunnerListener.afterTest(TestResult result)
           
 void RunnerListener.afterTest(TestResult result)
           
 void ReportGenerator.afterTest(TestResult result)
           
static String ReportIO.format(TestResult result)
           
 

Uses of TestResult in com.googlecode.refit.runner.jaxb
 

Fields in com.googlecode.refit.runner.jaxb with type parameters of type TestResult
protected  List<TestResult> Summary.test
           
 

Methods in com.googlecode.refit.runner.jaxb that return TestResult
 TestResult ObjectFactory.createTestResult()
          Create an instance of TestResult
 

Methods in com.googlecode.refit.runner.jaxb that return types with arguments of type TestResult
 List<TestResult> Summary.getTest()
          Gets the value of the test property.
 



Copyright © 2011. All Rights Reserved.