public class NotifTestExecution extends BasePOJO
Constructor and Description |
---|
NotifTestExecution(java.lang.String pTestName,
java.lang.String pTestDescription,
java.lang.String pStatus,
java.util.List<NotifTestExecutionResult> pNotifTestExecutionResults)
Creates an instance of this object with the given state information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStatus()
Returns the status of the test execution.
|
java.lang.String |
getTestDescription()
Returns the description of the test for this execution.
|
java.util.List<NotifTestExecutionResult> |
getTestExecutionResults()
Returns the list of individual test case results for this test execution.
|
java.lang.String |
getTestName()
Returns the name of the test for this execution.
|
public NotifTestExecution(java.lang.String pTestName, java.lang.String pTestDescription, java.lang.String pStatus, java.util.List<NotifTestExecutionResult> pNotifTestExecutionResults)
pTestName
- The name of the test for this executionpTestDescription
- The description of the test for this executionpStatus
- The status of the test execution.pNotifTestExecutionResults
- A list of test execution results within this test.public java.lang.String getTestName()
public java.lang.String getTestDescription()
public java.lang.String getStatus()
public java.util.List<NotifTestExecutionResult> getTestExecutionResults()