ArtifactGenerator

Interface for generating test artifacts based on a TestSuite.

Implementations typically write files to an output directory.

Functions

Link copied to clipboard
abstract fun generateTests(testSuite: TestSuite)

Generates test artifacts or code for the provided TestSuite.

open fun generateTests(testSuites: List<TestSuite>)

Generates test artifacts or code for the provided TestSuites.