Uses of Interface
software.amazon.awscdk.cloudassembly.schema.TestCase
-
-
Uses of TestCase in software.amazon.awscdk.cloudassembly.schema
Classes in software.amazon.awscdk.cloudassembly.schema that implement TestCase Modifier and Type Class Description static classTestCase.Jsii$ProxyAn implementation forTestCaseMethods in software.amazon.awscdk.cloudassembly.schema that return TestCase Modifier and Type Method Description TestCaseTestCase.Builder. build()Builds the configured instance.Methods in software.amazon.awscdk.cloudassembly.schema that return types with arguments of type TestCase Modifier and Type Method Description Map<String,TestCase>IntegManifest. getTestCases()test cases.Map<String,TestCase>IntegManifest.Jsii$Proxy. getTestCases()Method parameters in software.amazon.awscdk.cloudassembly.schema with type arguments of type TestCase Modifier and Type Method Description IntegManifest.BuilderIntegManifest.Builder. testCases(Map<String,? extends TestCase> testCases)Sets the value ofIntegManifest.getTestCases()
-