Uses of Class
org.benchy.TestCaseResult

Packages that use TestCaseResult
org.benchy   
org.benchy.graph   
 

Uses of TestCaseResult in org.benchy
 

Methods in org.benchy that return types with arguments of type TestCaseResult
 List<TestCaseResult> BenchmarkResult.getTestCaseResults()
           
 

Methods in org.benchy with parameters of type TestCaseResult
 void BenchmarkResult.add(TestCaseResult result)
          Adds a TestCaseResult to this BenchmarkResult.
 void BenchmarkDriver.postRun(TestCaseResult caseResult)
          Is executed after the run.
 void AbstractBenchmarkDriver.postRun(TestCaseResult caseResult)
           
 

Constructor parameters in org.benchy with type arguments of type TestCaseResult
BenchmarkResult(String benchmarkName, List<TestCaseResult> testCaseResultList)
           
 

Uses of TestCaseResult in org.benchy.graph
 

Methods in org.benchy.graph that return types with arguments of type TestCaseResult
 List<TestCaseResult> GraphModel.get(String lineId)
           
 

Methods in org.benchy.graph with parameters of type TestCaseResult
 void GraphModel.add(String lineId, TestCaseResult testCaseResult)
           
 



Copyright © 2008-2010 Multiverse. All Rights Reserved.