Package io.github.cdklabs.projen.awscdk
Class IntegrationTest
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.cdk.IntegrationTestBase
-
- io.github.cdklabs.projen.awscdk.IntegrationTest
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.942Z") @Stability(Experimental) public class IntegrationTest extends IntegrationTestBase
(experimental) Cloud integration tests.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntegrationTest.Builder(experimental) A fluent builder forIntegrationTest.
-
Constructor Summary
Constructors Modifier Constructor Description IntegrationTest(Project project, IntegrationTestOptions options)protectedIntegrationTest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationTest(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description TaskgetDestroyTask()(experimental) Destroy the integration test resources.TaskgetWatchTask()(experimental) The watch task.-
Methods inherited from class io.github.cdklabs.projen.cdk.IntegrationTestBase
getAssertTask, getDeployTask, getName, getSnapshotDir, getSnapshotTask, getTmpDir
-
Methods inherited from class io.github.cdklabs.projen.Component
getProject, isComponent, postSynthesize, preSynthesize, synthesize
-
Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
-
-
-
Constructor Detail
-
IntegrationTest
protected IntegrationTest(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationTest
protected IntegrationTest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationTest
@Stability(Experimental) public IntegrationTest(@NotNull Project project, @NotNull IntegrationTestOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-