public static interface TestCaseScenario.Builder extends SdkPojo, CopyableBuilder<TestCaseScenario.Builder,TestCaseScenario>
| Modifier and Type | Method and Description |
|---|---|
TestCaseScenario.Builder |
failure(String failure)
Provides test case scenario failure result.
|
TestCaseScenario.Builder |
status(String status)
Provides the test case scenario status.
|
TestCaseScenario.Builder |
status(TestCaseScenarioStatus status)
Provides the test case scenario status.
|
TestCaseScenario.Builder |
systemMessage(String systemMessage)
Provides test case scenario system messages if any.
|
TestCaseScenario.Builder |
testCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
|
TestCaseScenario.Builder |
testCaseScenarioType(String testCaseScenarioType)
Provides test case scenario type.
|
TestCaseScenario.Builder |
testCaseScenarioType(TestCaseScenarioType testCaseScenarioType)
Provides test case scenario type.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestCaseScenario.Builder testCaseScenarioId(String testCaseScenarioId)
Provides test case scenario ID.
testCaseScenarioId - Provides test case scenario ID.TestCaseScenario.Builder testCaseScenarioType(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
TestCaseScenarioType,
TestCaseScenarioTypeTestCaseScenario.Builder testCaseScenarioType(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
TestCaseScenarioType,
TestCaseScenarioTypeTestCaseScenario.Builder status(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.
TestCaseScenarioStatus,
TestCaseScenarioStatusTestCaseScenario.Builder status(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.
TestCaseScenarioStatus,
TestCaseScenarioStatusTestCaseScenario.Builder failure(String failure)
Provides test case scenario failure result.
failure - Provides test case scenario failure result.TestCaseScenario.Builder systemMessage(String systemMessage)
Provides test case scenario system messages if any.
systemMessage - Provides test case scenario system messages if any.Copyright © 2023. All rights reserved.