- All Implemented Interfaces:
- software.amazon.awscdk.IConstruct, software.amazon.jsii.JsiiSerializable
@Generated(value="jsii-pacmak/0.7.13 (build 311bf88)",
date="2019-01-11T10:49:11.566Z")
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.