Package io.github.cdklabs.projen.awscdk
Class IntegrationTestAutoDiscover.Builder
- java.lang.Object
-
- io.github.cdklabs.projen.awscdk.IntegrationTestAutoDiscover.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<IntegrationTestAutoDiscover>
- Enclosing class:
- IntegrationTestAutoDiscover
@Stability(Experimental) public static final class IntegrationTestAutoDiscover.Builder extends Object implements software.amazon.jsii.Builder<IntegrationTestAutoDiscover>
(experimental) A fluent builder forIntegrationTestAutoDiscover.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description IntegrationTestAutoDiscoverbuild()IntegrationTestAutoDiscover.BuildercdkDeps(AwsCdkDeps cdkDeps)(experimental) AWS CDK dependency manager.static IntegrationTestAutoDiscover.Buildercreate(Project project)IntegrationTestAutoDiscover.BuilderintegrationTestOptions(IntegrationTestCommonOptions integrationTestOptions)(experimental) Options for integration tests.IntegrationTestAutoDiscover.Buildertestdir(String testdir)(experimental) Test source tree.IntegrationTestAutoDiscover.BuildertsconfigPath(String tsconfigPath)(experimental) Path to the tsconfig file to use for integration tests.
-
-
-
Method Detail
-
create
@Stability(Experimental) public static IntegrationTestAutoDiscover.Builder create(Project project)
- Parameters:
project- This parameter is required.- Returns:
- a new instance of
IntegrationTestAutoDiscover.Builder.
-
cdkDeps
@Stability(Experimental) public IntegrationTestAutoDiscover.Builder cdkDeps(AwsCdkDeps cdkDeps)
(experimental) AWS CDK dependency manager.- Parameters:
cdkDeps- AWS CDK dependency manager. This parameter is required.- Returns:
this
-
tsconfigPath
@Stability(Experimental) public IntegrationTestAutoDiscover.Builder tsconfigPath(String tsconfigPath)
(experimental) Path to the tsconfig file to use for integration tests.- Parameters:
tsconfigPath- Path to the tsconfig file to use for integration tests. This parameter is required.- Returns:
this
-
testdir
@Stability(Experimental) public IntegrationTestAutoDiscover.Builder testdir(String testdir)
(experimental) Test source tree.- Parameters:
testdir- Test source tree. This parameter is required.- Returns:
this
-
integrationTestOptions
@Stability(Experimental) public IntegrationTestAutoDiscover.Builder integrationTestOptions(IntegrationTestCommonOptions integrationTestOptions)
(experimental) Options for integration tests.- Parameters:
integrationTestOptions- Options for integration tests. This parameter is required.- Returns:
this
-
build
@Stability(Experimental) public IntegrationTestAutoDiscover build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<IntegrationTestAutoDiscover>- Returns:
- a newly built instance of
IntegrationTestAutoDiscover.
-
-