public class NotifTestSetRun
extends BasePOJO
Constructor and Description |
---|
NotifTestSetRun(java.lang.String pTestSetName,
java.lang.String pStatus,
java.util.List<NotifTestDefinitionRun> pTestDefinitionRuns)
Creates an instance of this object with the given state information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getStatus()
Returns the status name of the test set execution.
|
TestRunStatus |
getStatusEnum()
Returns the status of the test set execution.
|
java.util.List<NotifTestDefinitionRun> |
getTestDefinitionRunList() |
java.lang.String |
getTestSetName()
Returns the name of the test set for this execution.
|
boolean |
isFailed()
Returns whether the test set execution status is FAILED.
|
boolean |
isPassed()
Returns whether the test set execution status is PASSED.
|
boolean |
isRunning()
Returns whether the test set execution status is RUNNING.
|
public NotifTestSetRun(java.lang.String pTestSetName, java.lang.String pStatus, java.util.List<NotifTestDefinitionRun> pTestDefinitionRuns)
pTestSetName
- The name of the test set.pStatus
- The status of the test set execution.pTestDefinitionRuns
- A list of test definition executions within this test set.public java.lang.String getTestSetName()
public TestRunStatus getStatusEnum()
public java.lang.String getStatus()
public boolean isRunning()
public boolean isPassed()
public boolean isFailed()
public java.util.List<NotifTestDefinitionRun> getTestDefinitionRunList()