Uses of Class
com.projectdarkstar.tools.dtc.data.TestExecutionResultDTO

Packages that use TestExecutionResultDTO
com.projectdarkstar.tools.dtc.data   
com.projectdarkstar.tools.dtc.runners   
 

Uses of TestExecutionResultDTO in com.projectdarkstar.tools.dtc.data
 

Methods in com.projectdarkstar.tools.dtc.data that return TestExecutionResultDTO
 TestExecutionResultDTO TestQueueDTO.getCurrentlyRunning()
           
 TestExecutionResultDTO TestExecutionResultClientLogDTO.getParentResult()
           
 TestExecutionResultDTO TestExecutionResultServerLogDTO.getParentResult()
           
 TestExecutionResultDTO TestExecutionResultClientDataDTO.getParentResult()
           
 TestExecutionResultDTO TestExecutionResultProbeLogDTO.getParentResult()
           
 

Methods in com.projectdarkstar.tools.dtc.data that return types with arguments of type TestExecutionResultDTO
 List<TestExecutionResultDTO> TestExecutionDTO.getResults()
          Returns a list of TestExecutionResultDTO objects that were executed as part of this test execution.
 

Methods in com.projectdarkstar.tools.dtc.data with parameters of type TestExecutionResultDTO
protected  void TestQueueDTO.setCurrentlyRunning(TestExecutionResultDTO currentlyRunning)
           
protected  void TestExecutionResultClientLogDTO.setParentResult(TestExecutionResultDTO parentResult)
           
protected  void TestExecutionResultServerLogDTO.setParentResult(TestExecutionResultDTO parentResult)
           
protected  void TestExecutionResultClientDataDTO.setParentResult(TestExecutionResultDTO parentResult)
           
protected  void TestExecutionResultProbeLogDTO.setParentResult(TestExecutionResultDTO parentResult)
           
 void TestQueueDTO.updateCurrentlyRunning(TestExecutionResultDTO currentlyRunning)
           
 void TestExecutionResultClientLogDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 void TestExecutionResultServerLogDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 void TestExecutionResultClientDataDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 void TestExecutionResultProbeLogDTO.updateParentResult(TestExecutionResultDTO parentResult)
           
 

Method parameters in com.projectdarkstar.tools.dtc.data with type arguments of type TestExecutionResultDTO
protected  void TestExecutionDTO.setResults(List<TestExecutionResultDTO> results)
           
 void TestExecutionDTO.updateResults(List<TestExecutionResultDTO> results)
           
 

Uses of TestExecutionResultDTO in com.projectdarkstar.tools.dtc.runners
 

Methods in com.projectdarkstar.tools.dtc.runners with parameters of type TestExecutionResultDTO
 void TestRunner.run(TestExecutionResultDTO test, RuntimeExecutionsService service, MasterDrone masterDrone)
          Run the specified test according to its specification.
 



Copyright © 2013. All Rights Reserved.