public class NotifTestRun
extends BasePOJO
| Constructor and Description |
|---|
NotifTestRun(java.lang.String pInstanceName,
java.lang.String pStatus,
java.util.List<NotifTestSetRun> pTestSetRuns)
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 was executed on.
|
java.lang.String |
getStatus()
Returns the status name of the test execution.
|
TestRunStatus |
getStatusEnum()
Returns the status of the test execution.
|
java.util.List<NotifTestSetRun> |
getTestSetRunList()
Returns the list of test set executions within this test execution.
|
boolean |
isFailed()
Returns whether the test execution status is FAILED.
|
boolean |
isPassed()
Returns whether the test execution status is PASSED.
|
boolean |
isRunning()
Returns whether the test execution status is RUNNING.
|
public NotifTestRun(java.lang.String pInstanceName,
java.lang.String pStatus,
java.util.List<NotifTestSetRun> pTestSetRuns)
pInstanceName - The name of the instance the test was executed on.pStatus - The status of the test execution.pTestSetRuns - A list of test set executions within this test.public java.lang.String getInstanceName()
public TestRunStatus getStatusEnum()
public java.lang.String getStatus()
public java.util.List<NotifTestSetRun> getTestSetRunList()
public boolean isRunning()
public boolean isPassed()
public boolean isFailed()