@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class TestCaseScenario extends Object implements Serializable, Cloneable, StructuredPojo
Provides test case scenario.
| Constructor and Description |
|---|
TestCaseScenario() |
| Modifier and Type | Method and Description |
|---|---|
TestCaseScenario |
clone() |
boolean |
equals(Object obj) |
String |
getFailure()
Provides test case scenario failure result.
|
String |
getStatus()
Provides the test case scenario status.
|
String |
getSystemMessage() |
String |
getTestCaseScenarioId()
Provides test case scenario ID.
|
String |
getTestCaseScenarioType()
Provides test case scenario type.
|
int |
hashCode() |
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller. |
void |
setFailure(String failure)
Provides test case scenario failure result.
|
void |
setStatus(String status)
Provides the test case scenario status.
|
void |
setSystemMessage(String systemMessage) |
void |
setTestCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
|
void |
setTestCaseScenarioType(String testCaseScenarioType)
Provides test case scenario type.
|
String |
toString()
Returns a string representation of this object.
|
TestCaseScenario |
withFailure(String failure)
Provides test case scenario failure result.
|
TestCaseScenario |
withStatus(String status)
Provides the test case scenario status.
|
TestCaseScenario |
withStatus(TestCaseScenarioStatus status)
Provides the test case scenario status.
|
TestCaseScenario |
withSystemMessage(String systemMessage) |
TestCaseScenario |
withTestCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
|
TestCaseScenario |
withTestCaseScenarioType(String testCaseScenarioType)
Provides test case scenario type.
|
TestCaseScenario |
withTestCaseScenarioType(TestCaseScenarioType testCaseScenarioType)
Provides test case scenario type.
|
public void setTestCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
testCaseScenarioId - Provides test case scenario ID.public String getTestCaseScenarioId()
Provides test case scenario ID.
public TestCaseScenario withTestCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
testCaseScenarioId - Provides test case scenario ID.public void setTestCaseScenarioType(String testCaseScenarioType)
Provides test case scenario type. Type is one of the following:
Advanced
Basic
testCaseScenarioType - Provides test case scenario type. Type is one of the following:
Advanced
Basic
TestCaseScenarioTypepublic String getTestCaseScenarioType()
Provides test case scenario type. Type is one of the following:
Advanced
Basic
Advanced
Basic
TestCaseScenarioTypepublic TestCaseScenario withTestCaseScenarioType(String testCaseScenarioType)
Provides test case scenario type. Type is one of the following:
Advanced
Basic
testCaseScenarioType - Provides test case scenario type. Type is one of the following:
Advanced
Basic
TestCaseScenarioTypepublic TestCaseScenario withTestCaseScenarioType(TestCaseScenarioType testCaseScenarioType)
Provides test case scenario type. Type is one of the following:
Advanced
Basic
testCaseScenarioType - Provides test case scenario type. Type is one of the following:
Advanced
Basic
TestCaseScenarioTypepublic void setStatus(String status)
Provides the test case scenario status. Status is one of the following:
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
status - Provides the test case scenario status. Status is one of the following:
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite
run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
TestCaseScenarioStatuspublic String getStatus()
Provides the test case scenario status. Status is one of the following:
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a
suite run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
TestCaseScenarioStatuspublic TestCaseScenario withStatus(String status)
Provides the test case scenario status. Status is one of the following:
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
status - Provides the test case scenario status. Status is one of the following:
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite
run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
TestCaseScenarioStatuspublic TestCaseScenario withStatus(TestCaseScenarioStatus status)
Provides the test case scenario status. Status is one of the following:
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
status - Provides the test case scenario status. Status is one of the following:
PASS: Test passed.
FAIL: Test failed.
PENDING: Test has not started running but is scheduled.
RUNNING: Test is running.
STOPPING: Test is performing cleanup steps. You will see this status only if you stop a suite
run.
STOPPED Test is stopped. You will see this status only if you stop a suite run.
PASS_WITH_WARNINGS: Test passed with warnings.
ERORR: Test faced an error when running due to an internal issue.
TestCaseScenarioStatuspublic void setFailure(String failure)
Provides test case scenario failure result.
failure - Provides test case scenario failure result.public String getFailure()
Provides test case scenario failure result.
public TestCaseScenario withFailure(String failure)
Provides test case scenario failure result.
failure - Provides test case scenario failure result.public void setSystemMessage(String systemMessage)
systemMessage - public String getSystemMessage()
public TestCaseScenario withSystemMessage(String systemMessage)
systemMessage - public String toString()
toString in class ObjectObject.toString()public TestCaseScenario clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojoProtocolMarshaller.marshall in interface StructuredPojoprotocolMarshaller - Implementation of ProtocolMarshaller used to marshall this object's data.