Package io.github.cdklabs.projen.cdk
Class IntegrationTestAutoDiscoverBase
- 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
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,software.constructs.IConstruct,software.constructs.IDependable
- Direct Known Subclasses:
IntegrationTestAutoDiscover,IntegrationTestAutoDiscover
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:42.961Z") @Stability(Experimental) public class IntegrationTestAutoDiscoverBase extends AutoDiscoverBase
(experimental) Base class for locating integration tests in the project's test tree.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classIntegrationTestAutoDiscoverBase.Builder(experimental) A fluent builder forIntegrationTestAutoDiscoverBase.
-
Constructor Summary
Constructors Modifier Constructor Description IntegrationTestAutoDiscoverBase(Project project, IntegrationTestAutoDiscoverBaseOptions options)protectedIntegrationTestAutoDiscoverBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)protectedIntegrationTestAutoDiscoverBase(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
-
IntegrationTestAutoDiscoverBase
protected IntegrationTestAutoDiscoverBase(software.amazon.jsii.JsiiObjectRef objRef)
-
IntegrationTestAutoDiscoverBase
protected IntegrationTestAutoDiscoverBase(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
-
IntegrationTestAutoDiscoverBase
@Stability(Experimental) public IntegrationTestAutoDiscoverBase(@NotNull Project project, @NotNull IntegrationTestAutoDiscoverBaseOptions options)- Parameters:
project- This parameter is required.options- This parameter is required.
-
-