| Modifier and Type | Method and Description |
|---|---|
IntegTest |
build() |
static IntegTest.Builder |
create(Construct scope,
String id) |
IntegTest.Builder |
testCases(List<? extends IntegTestCase> testCases)
(experimental) List of test cases that make up this test.
|
@Stability(value=Experimental) public static IntegTest.Builder create(Construct scope, String id)
scope - This parameter is required.id - This parameter is required.IntegTest.Builder.@Stability(value=Experimental) public IntegTest.Builder testCases(List<? extends IntegTestCase> testCases)
testCases - List of test cases that make up this test. This parameter is required.thisCopyright © 2022. All rights reserved.