TestkitExtension

Extension for the plugin.

Constructors

Link copied to clipboard
constructor(objects: ObjectFactory)

Properties

Link copied to clipboard
val checkerType: Property<CheckerType>

Property describing the CheckerType to use. Default to CheckerType.KOTLIN

Link copied to clipboard

Property describing the TestkitFolders to retrieve tests from.

Link copied to clipboard

Property describing if the user wants to see the output of the gradle build. Default to false.

Link copied to clipboard
internal val tests: Property<TestkitTests>

Property describing the TestkitTests to use.

Functions

Link copied to clipboard
fun folders(configuration: TestkitFolders.() -> Unit)

Sets the TestkitFolders.

Link copied to clipboard
fun tests(configuration: TestkitTests.() -> Unit)

Sets the TestkitTests.