Uses of Class
com.projectdarkstar.tools.dtc.domain.TestExecutionResult

Uses of TestExecutionResult in com.projectdarkstar.tools.dtc.domain
 

Methods in com.projectdarkstar.tools.dtc.domain that return TestExecutionResult
 TestExecutionResult TestQueue.getCurrentlyRunning()
           
 TestExecutionResult TestExecutionResultClientData.getParentResult()
           
 TestExecutionResult TestExecutionResultClientLog.getParentResult()
           
 TestExecutionResult TestExecutionResultServerLog.getParentResult()
           
 TestExecutionResult TestExecutionResultProbeLog.getParentResult()
           
 

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

Methods in com.projectdarkstar.tools.dtc.domain with parameters of type TestExecutionResult
 void TestQueue.setCurrentlyRunning(TestExecutionResult currentlyRunning)
           
 void TestExecutionResultClientData.setParentResult(TestExecutionResult parentResult)
           
 void TestExecutionResultClientLog.setParentResult(TestExecutionResult parentResult)
           
 void TestExecutionResultServerLog.setParentResult(TestExecutionResult parentResult)
           
 void TestExecutionResultProbeLog.setParentResult(TestExecutionResult parentResult)
           
 

Method parameters in com.projectdarkstar.tools.dtc.domain with type arguments of type TestExecutionResult
 void TestExecution.setResults(List<TestExecutionResult> results)
           
 

Constructors in com.projectdarkstar.tools.dtc.domain with parameters of type TestExecutionResult
TestExecutionResultClientData(Date timestamp, TestExecutionResult parentResult)
           
TestExecutionResultClientLog(HardwareResource resource, ClientAppConfig originalClientAppConfig, TestExecutionResult parentResult)
           
TestExecutionResultProbeLog(HardwareResource resource, SystemProbe originalSystemProbe, TestExecutionResult parentResult)
           
TestExecutionResultServerLog(HardwareResource resource, ServerAppConfig originalServerAppConfig, TestExecutionResult parentResult)
           
 



Copyright © 2013. All Rights Reserved.