Interface AutoTestJunit5TestFile

The test file to compile and run.

interface AutoTestJunit5TestFile {
    content: string;
    name: string;
}

Properties

Properties

content: string

The content for the test file that should be executed.

name: string

The name of the test file which will hold the content and be compiled.