Class 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.
    • 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.
    • Method Detail

      • getDestroyTask

        @Stability(Experimental)
        @NotNull
        public Task getDestroyTask()
        (experimental) Destroy the integration test resources.
      • getWatchTask

        @Stability(Experimental)
        @NotNull
        public Task getWatchTask()
        (experimental) The watch task.