TestkitConfiguration

class TestkitConfiguration : Convertable<Configuration> (source)

Represents a test configuration, mirroring the Configuration of the core module.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Represents the options of the build to execute.

Link copied to clipboard
lateinit var tasks: List<String>

Represents the tasks to execute.

Functions

Link copied to clipboard
open override fun convert(): Configuration

Converts the object into the other object.