@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-20T00:39:28.610Z") @Stability(value=Experimental) public class IntegrationTest extends Component
| Modifier and Type | Class and Description |
|---|---|
static class |
IntegrationTest.Builder
(experimental) A fluent builder for
IntegrationTest. |
| Modifier | Constructor and Description |
|---|---|
protected |
IntegrationTest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
IntegrationTest(software.amazon.jsii.JsiiObjectRef objRef) |
|
IntegrationTest(Project project,
IntegrationTestOptions options) |
| Modifier and Type | Method and Description |
|---|---|
Task |
getAssertTask()
(experimental) Synthesizes the integration test and compares against a local copy (runs during build).
|
Task |
getDeployTask()
(experimental) Deploy the integration test and update the snapshot upon success.
|
Task |
getDestroyTask()
(experimental) Destroys a deployed stack.
|
Task |
getSnapshotTask()
(experimental) Just update snapshot (without deployment).
|
Task |
getWatchTask()
(experimental) The watch task.
|
getProject, postSynthesize, preSynthesize, synthesizejsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected IntegrationTest(software.amazon.jsii.JsiiObjectRef objRef)
protected IntegrationTest(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Experimental)
public IntegrationTest(@NotNull
Project project,
@NotNull
IntegrationTestOptions options)
project - This parameter is required.options - This parameter is required.@Stability(value=Experimental) @NotNull public Task getAssertTask()
@Stability(value=Experimental) @NotNull public Task getDeployTask()
@Stability(value=Experimental) @NotNull public Task getDestroyTask()
@Stability(value=Experimental) @NotNull public Task getSnapshotTask()
@Stability(value=Experimental) @NotNull public Task getWatchTask()
Copyright © 2021. All rights reserved.