public class NotifTestSuiteExecution extends BasePOJO
Constructor and Description |
---|
NotifTestSuiteExecution(java.lang.String pInstanceName,
java.lang.String pStatus,
java.util.List<NotifTestExecution> pTestExecutions)
Creates an instance of this object with the given state information.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getInstanceName()
Returns the name of the instance the test suite was executed on.
|
java.lang.String |
getStatus()
Returns the status name of the test suite execution.
|
TestRunStatus |
getStatusEnum()
Returns the status of the test suite execution.
|
java.util.List<NotifTestExecution> |
getTestExecutions()
Returns the list of test executions within this test suite.
|
boolean |
isFailed()
Returns whether the test suite execution status is FAILED.
|
boolean |
isPassed()
Returns whether the test suite execution status is PASSED.
|
boolean |
isRunning()
Returns whether the test suite execution status is RUNNING.
|
public NotifTestSuiteExecution(java.lang.String pInstanceName, java.lang.String pStatus, java.util.List<NotifTestExecution> pTestExecutions)
pInstanceName
- The name of the instance the test suite was executed on.pStatus
- The status of the test suite execution.pTestExecutions
- A list of test executions within this test suite.public java.lang.String getInstanceName()
public TestRunStatus getStatusEnum()
public java.lang.String getStatus()
public java.util.List<NotifTestExecution> getTestExecutions()
public boolean isRunning()
public boolean isPassed()
public boolean isFailed()