@Generated(value="software.amazon.awssdk:codegen") public final class TestCaseScenario extends Object implements SdkPojo, Serializable, ToCopyableBuilder<TestCaseScenario.Builder,TestCaseScenario>
Provides test case scenario.
| Modifier and Type | Class and Description |
|---|---|
static interface |
TestCaseScenario.Builder |
| Modifier and Type | Method and Description |
|---|---|
static TestCaseScenario.Builder |
builder() |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
String |
failure()
Provides test case scenario failure result.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<SdkField<?>> |
sdkFields() |
static Class<? extends TestCaseScenario.Builder> |
serializableBuilderClass() |
TestCaseScenarioStatus |
status()
Provides the test case scenario status.
|
String |
statusAsString()
Provides the test case scenario status.
|
String |
systemMessage()
Provides test case scenario system messages if any.
|
String |
testCaseScenarioId()
Provides test case scenario ID.
|
TestCaseScenarioType |
testCaseScenarioType()
Provides test case scenario type.
|
String |
testCaseScenarioTypeAsString()
Provides test case scenario type.
|
TestCaseScenario.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic final String testCaseScenarioId()
Provides test case scenario ID.
public final TestCaseScenarioType testCaseScenarioType()
Provides test case scenario type. Type is one of the following:
Advanced
Basic
If the service returns an enum value that is not available in the current SDK version,
testCaseScenarioType will return TestCaseScenarioType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testCaseScenarioTypeAsString().
Advanced
Basic
TestCaseScenarioTypepublic final String testCaseScenarioTypeAsString()
Provides test case scenario type. Type is one of the following:
Advanced
Basic
If the service returns an enum value that is not available in the current SDK version,
testCaseScenarioType will return TestCaseScenarioType.UNKNOWN_TO_SDK_VERSION. The raw value
returned by the service is available from testCaseScenarioTypeAsString().
Advanced
Basic
TestCaseScenarioTypepublic final 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.
If the service returns an enum value that is not available in the current SDK version, status will
return TestCaseScenarioStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
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 final String statusAsString()
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.
If the service returns an enum value that is not available in the current SDK version, status will
return TestCaseScenarioStatus.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available
from statusAsString().
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 final String failure()
Provides test case scenario failure result.
public final String systemMessage()
Provides test case scenario system messages if any.
public TestCaseScenario.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<TestCaseScenario.Builder,TestCaseScenario>public static TestCaseScenario.Builder builder()
public static Class<? extends TestCaseScenario.Builder> serializableBuilderClass()
public final boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic final String toString()
Copyright © 2023. All rights reserved.