Package-level declarations

Package containing the folder DSL.

Types

Link copied to clipboard
open class TestkitFolder @Inject constructor(val path: Property<String>, val inProject: Boolean) : Serializable

Represents a folder containing a path to the tests files.

Link copied to clipboard
annotation class TestkitFolderDSL

Annotation to prevent using methods outside the TestkitFolder DSL.

Link copied to clipboard
open class TestkitFolders @Inject constructor(objects: ObjectFactory) : Serializable

Represents the folders containing the tests files.