Package io.github.cdklabs.projen.cdk8s
Interface IntegrationTestOptions
-
- All Superinterfaces:
IntegrationTestBaseOptions,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IntegrationTestOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.96.0 (build 921e240)", date="2024-03-28T21:16:43.041Z") @Stability(Experimental) public interface IntegrationTestOptions extends software.amazon.jsii.JsiiSerializable, IntegrationTestBaseOptions
(experimental) Options for IntegrationTest.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classIntegrationTestOptions.BuilderA builder forIntegrationTestOptionsstatic classIntegrationTestOptions.Jsii$ProxyAn implementation forIntegrationTestOptions
-
Method Summary
Static Methods Modifier and Type Method Description static IntegrationTestOptions.Builderbuilder()-
Methods inherited from interface io.github.cdklabs.projen.cdk.IntegrationTestBaseOptions
getEntrypoint, getName, getTsconfigPath
-
-
-
-
Method Detail
-
builder
@Stability(Experimental) static IntegrationTestOptions.Builder builder()
- Returns:
- a
IntegrationTestOptions.BuilderofIntegrationTestOptions
-
-