Uses of Interface
software.amazon.awscdk.interfaces.apptest.ITestCaseRef
Packages that use ITestCaseRef
Package
Description
AWS::AppTest Construct Library
-
Uses of ITestCaseRef in software.amazon.awscdk.interfaces.apptest
Subinterfaces of ITestCaseRef in software.amazon.awscdk.interfaces.apptestModifier and TypeInterfaceDescriptionstatic interfaceInternal default implementation forITestCaseRef.Classes in software.amazon.awscdk.interfaces.apptest that implement ITestCaseRefModifier and TypeClassDescriptionstatic final classA proxy class which represents a concrete javascript instance of this type. -
Uses of ITestCaseRef in software.amazon.awscdk.services.apptest
Classes in software.amazon.awscdk.services.apptest that implement ITestCaseRefMethods 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.