public static interface TestCase.Builder extends SdkPojo, CopyableBuilder<TestCase.Builder,TestCase>
| Modifier and Type | Method and Description |
|---|---|
TestCase.Builder |
durationInNanoSeconds(Long durationInNanoSeconds)
The number of nanoseconds it took to run this test case.
|
TestCase.Builder |
expired(Instant expired)
The date and time a test case expires.
|
TestCase.Builder |
message(String message)
A message associated with a test case.
|
TestCase.Builder |
name(String name)
The name of the test case.
|
TestCase.Builder |
prefix(String prefix)
A string that is applied to a series of related test cases.
|
TestCase.Builder |
reportArn(String reportArn)
The ARN of the report to which the test case belongs.
|
TestCase.Builder |
status(String status)
The status returned by the test case after it was run.
|
TestCase.Builder |
testRawDataPath(String testRawDataPath)
The path to the raw data file that contains the test result.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTestCase.Builder reportArn(String reportArn)
The ARN of the report to which the test case belongs.
reportArn - The ARN of the report to which the test case belongs.TestCase.Builder testRawDataPath(String testRawDataPath)
The path to the raw data file that contains the test result.
testRawDataPath - The path to the raw data file that contains the test result.TestCase.Builder prefix(String prefix)
A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix depends on the framework used to generate the tests.
prefix - A string that is applied to a series of related test cases. CodeBuild generates the prefix. The prefix
depends on the framework used to generate the tests.TestCase.Builder name(String name)
The name of the test case.
name - The name of the test case.TestCase.Builder status(String status)
The status returned by the test case after it was run. Valid statuses are SUCCEEDED,
FAILED, ERROR, SKIPPED, and UNKNOWN.
status - The status returned by the test case after it was run. Valid statuses are SUCCEEDED,
FAILED, ERROR, SKIPPED, and UNKNOWN.TestCase.Builder durationInNanoSeconds(Long durationInNanoSeconds)
The number of nanoseconds it took to run this test case.
durationInNanoSeconds - The number of nanoseconds it took to run this test case.TestCase.Builder message(String message)
A message associated with a test case. For example, an error message or stack trace.
message - A message associated with a test case. For example, an error message or stack trace.TestCase.Builder expired(Instant expired)
The date and time a test case expires. A test case expires 30 days after it is created. An expired test case is not available to view in CodeBuild.
expired - The date and time a test case expires. A test case expires 30 days after it is created. An expired
test case is not available to view in CodeBuild.Copyright © 2021. All rights reserved.