Package io.github.cdklabs.projen.awscdk
Class IntegrationTestAutoDiscover
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.constructs.Construct
-
- io.github.cdklabs.projen.Component
-
- io.github.cdklabs.projen.cdk.AutoDiscoverBase
-
- io.github.cdklabs.projen.cdk.IntegrationTestAutoDiscoverBase
-
- io.github.cdklabs.projen.awscdk.IntegrationTestAutoDiscover
-
- 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 IntegrationTestAutoDiscover extends IntegrationTestAutoDiscoverBase
(experimental) Creates integration tests from entry points discovered in the test tree.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntegrationTestAutoDiscover.Builder(experimental) A fluent builder forIntegrationTestAutoDiscover.
-
Constructor Summary
Constructors Modifier Constructor Description IntegrationTestAutoDiscover(Project project, IntegrationTestAutoDiscoverOptions options)protectedIntegrationTestAutoDiscover(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationTestAutoDiscover(software.amazon.jsii.JsiiObjectRef objRef)
-
Method Summary
-
Methods inherited from class io.github.cdklabs.projen.cdk.AutoDiscoverBase
getEntrypoints
-
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
-
IntegrationTestAutoDiscover
protected IntegrationTestAutoDiscover(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationTestAutoDiscover
protected IntegrationTestAutoDiscover(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationTestAutoDiscover
@Stability(Experimental) public IntegrationTestAutoDiscover(@NotNull Project project, @NotNull IntegrationTestAutoDiscoverOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-