Uses of Interface
software.amazon.awscdk.services.apptest.ITestCaseRef
Packages that use ITestCaseRef
-
Uses of ITestCaseRef in software.amazon.awscdk.services.apptest
Subinterfaces of ITestCaseRef in software.amazon.awscdk.services.apptestModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITestCaseRef.Classes in software.amazon.awscdk.services.apptest that implement ITestCaseRefModifier and TypeClassDescriptionclassCreates a test case for an application.static final classA proxy class which represents a concrete javascript instance of this type.Methods in software.amazon.awscdk.services.apptest that return ITestCaseRefModifier and TypeMethodDescriptionstatic ITestCaseRefCfnTestCase.fromTestCaseArn(software.constructs.Construct scope, String id, String arn) Creates a new ITestCaseRef from an ARN.static ITestCaseRefCfnTestCase.fromTestCaseId(software.constructs.Construct scope, String id, String testCaseId) Creates a new ITestCaseRef from a testCaseId.