- All Implemented Interfaces:
- software.amazon.awscdk.IConstruct, software.amazon.awscdk.IDependable, software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/0.7.14 (build 91853ce)",
date="2019-02-07T16:58:30.613Z")
public abstract class TestAction
extends Action
The low-level test Action.
Test Actions are very similar to build Actions -
the difference is that test Actions don't have to have an output artifact.
You should never need to use this class directly,
instead preferring the concrete implementations,
like codebuild.PipelineTestAction.