Uses of Class
io.github.cdklabs.projen.cdk.AutoDiscoverBase
-
Packages that use AutoDiscoverBase Package Description io.github.cdklabs.projen.awscdk io.github.cdklabs.projen.cdk io.github.cdklabs.projen.cdk8s -
-
Uses of AutoDiscoverBase in io.github.cdklabs.projen.awscdk
Subclasses of AutoDiscoverBase in io.github.cdklabs.projen.awscdk Modifier and Type Class Description classEdgeLambdaAutoDiscover(experimental) Creates edge lambdas from entry points discovered in the project's source tree.classIntegrationTestAutoDiscover(experimental) Creates integration tests from entry points discovered in the test tree.classLambdaAutoDiscover(experimental) Creates lambdas from entry points discovered in the project's source tree.classLambdaExtensionAutoDiscover(experimental) Creates Lambda Extensions from entrypoints discovered in the project's source tree. -
Uses of AutoDiscoverBase in io.github.cdklabs.projen.cdk
Subclasses of AutoDiscoverBase in io.github.cdklabs.projen.cdk Modifier and Type Class Description classIntegrationTestAutoDiscoverBase(experimental) Base class for locating integration tests in the project's test tree. -
Uses of AutoDiscoverBase in io.github.cdklabs.projen.cdk8s
Subclasses of AutoDiscoverBase in io.github.cdklabs.projen.cdk8s Modifier and Type Class Description classIntegrationTestAutoDiscover(experimental) Discovers and creates integration tests from files in the test root.
-