|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.projectdarkstar.tools.dtc.domain.TestExecutionResult
public class TestExecutionResult
Represents the results for a specific instance of a TestSpec.
Each TestExecutionResult is part of a parent TestExecution
to make up one cohesive set of test results.
| Constructor Summary | |
|---|---|
TestExecutionResult()
|
|
TestExecutionResult(TestSpec originalTestSpec,
TestExecution parentExecution)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public TestExecutionResult()
public TestExecutionResult(TestSpec originalTestSpec,
TestExecution parentExecution)
| Method Detail |
|---|
public Long getId()
public void setId(Long id)
public Long getVersionNumber()
protected void setVersionNumber(Long versionNumber)
public TestExecutionResultValue getResult()
public void setResult(TestExecutionResultValue result)
public LogFile getResultSummary()
public void setResultSummary(LogFile resultSummary)
public List<Property> getProperties()
Property objects
to be passed to the TestRunner during run time. These are derived
from the original TestSpec used to create this
TestExecutionResult and should be customized for each specific case.
public void setProperties(List<Property> properties)
public List<TestExecutionResultServerLog> getServerLogs()
TestExecutionResultServerLog is generated for each
HardwareResource that the server application is run on during
the test. Returns a list of these logs.
public void setServerLogs(List<TestExecutionResultServerLog> serverLogs)
public List<TestExecutionResultClientLog> getClientLogs()
TestExecutionResultClientLog is generated for each
ClientAppConfig client application simulator that is run
during the test. Returns a list of these logs.
public void setClientLogs(List<TestExecutionResultClientLog> clientLogs)
public List<TestExecutionResultProbeLog> getProbeLogs()
TestExecutionResultProbeLog is generated for each
SystemProbe monitoring the system during the test.
Returns a list of these logs.
public void setProbeLogs(List<TestExecutionResultProbeLog> probeLogs)
public List<TestExecutionResultClientData> getClientData()
TestExecutionResultClientData objects are
periodically collected during the execution of a test to monitor how
many clients are acting in the system over time. Returns a list
of these data objects.
public void setClientData(List<TestExecutionResultClientData> clientData)
public List<HardwareResource> getServerResources()
HardwareResource objects that are used to
run the server application on during the test.
public void setServerResources(List<HardwareResource> serverResources)
public List<HardwareResource> getClientResources()
HardwareResource objects taht are used
to run the client application simulators during the test
public void setClientResources(List<HardwareResource> clientResources)
public List<HardwareResourceFamily> getOriginalServerResources()
public List<HardwareResourceFamily> getOriginalClientResources()
public String getOriginalTestSpecName()
public String getOriginalTestSpecDescription()
public String getOriginalTestSpecTestRunner()
public Long getOriginalTestSpecTimeLimit()
public Long getOriginalTestSpecMaxClients()
public TestSpec getOriginalTestSpec()
public TestExecution getParentExecution()
public void setParentExecution(TestExecution parentExecution)
public boolean equals(Object o)
equals in class Objectpublic int hashCode()
hashCode in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||