Interface AutoTestRedactedJunit5StepOutput

Run Junit5 with a given test file (redacted).

interface AutoTestRedactedJunit5StepOutput {
    description: AutoTestDescription;
    id: string;
    name: string;
    testFile: AutoTestRedactedJunit5TestFile;
    version: AutoTestJunit5Version;
}

Properties

description: AutoTestDescription

The description of this step.

id: string

The id of this step.

name: string

The name of this step.

The test file to compile and run.

The version of junit to use.