| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.IoTDeviceAdvisor.Types.TestCaseRun
Description
Synopsis
- data TestCaseRun = TestCaseRun' {}
- newTestCaseRun :: TestCaseRun
- testCaseRun_endTime :: Lens' TestCaseRun (Maybe UTCTime)
- testCaseRun_failure :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_logUrl :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_startTime :: Lens' TestCaseRun (Maybe UTCTime)
- testCaseRun_status :: Lens' TestCaseRun (Maybe Status)
- testCaseRun_testCaseDefinitionId :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_testCaseDefinitionName :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_testCaseRunId :: Lens' TestCaseRun (Maybe Text)
- testCaseRun_testScenarios :: Lens' TestCaseRun (Maybe [TestCaseScenario])
- testCaseRun_warnings :: Lens' TestCaseRun (Maybe Text)
Documentation
data TestCaseRun Source #
Provides the test case run.
See: newTestCaseRun smart constructor.
Constructors
| TestCaseRun' | |
Fields
| |
Instances
newTestCaseRun :: TestCaseRun Source #
Create a value of TestCaseRun with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:endTime:TestCaseRun', testCaseRun_endTime - Provides test case run end time.
TestCaseRun, testCaseRun_failure - Provides test case run failure result.
$sel:logUrl:TestCaseRun', testCaseRun_logUrl - Provides test case run log URL.
$sel:startTime:TestCaseRun', testCaseRun_startTime - Provides test case run start time.
TestCaseRun, testCaseRun_status - Provides the test case run 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.STOPPEDTest 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.
$sel:testCaseDefinitionId:TestCaseRun', testCaseRun_testCaseDefinitionId - Provides the test case run definition ID.
$sel:testCaseDefinitionName:TestCaseRun', testCaseRun_testCaseDefinitionName - Provides the test case run definition name.
$sel:testCaseRunId:TestCaseRun', testCaseRun_testCaseRunId - Provides the test case run ID.
$sel:testScenarios:TestCaseRun', testCaseRun_testScenarios - Provides the test scenarios for the test case run.
$sel:warnings:TestCaseRun', testCaseRun_warnings - Provides test case run warnings.
testCaseRun_endTime :: Lens' TestCaseRun (Maybe UTCTime) Source #
Provides test case run end time.
testCaseRun_failure :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run failure result.
testCaseRun_logUrl :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run log URL.
testCaseRun_startTime :: Lens' TestCaseRun (Maybe UTCTime) Source #
Provides test case run start time.
testCaseRun_status :: Lens' TestCaseRun (Maybe Status) Source #
Provides the test case run 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.STOPPEDTest 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.
testCaseRun_testCaseDefinitionId :: Lens' TestCaseRun (Maybe Text) Source #
Provides the test case run definition ID.
testCaseRun_testCaseDefinitionName :: Lens' TestCaseRun (Maybe Text) Source #
Provides the test case run definition name.
testCaseRun_testCaseRunId :: Lens' TestCaseRun (Maybe Text) Source #
Provides the test case run ID.
testCaseRun_testScenarios :: Lens' TestCaseRun (Maybe [TestCaseScenario]) Source #
Provides the test scenarios for the test case run.
testCaseRun_warnings :: Lens' TestCaseRun (Maybe Text) Source #
Provides test case run warnings.