TestkitFolder

open class TestkitFolder @Inject constructor(val path: Property<String>, val inProject: Boolean) : Serializable(source)

Represents a folder containing a path to the tests files.

Constructors

Link copied to clipboard
@Inject
constructor(path: Property<String>, inProject: Boolean)

Properties

Link copied to clipboard
internal val inProject: Boolean

true if the path has to be in the target project, false otherwise

Link copied to clipboard
internal val path: Property<String>

Property describing the path of the folder containing the tests files