TestkitTests

open class TestkitTests @Inject constructor(objects: ObjectFactory) : Serializable, Convertable<Tests> (source)

Represents the tests' configuration, mirroring the Tests of the core module.

Constructors

Link copied to clipboard
@Inject
constructor(objects: ObjectFactory)

Properties

Link copied to clipboard
lateinit var folder: String

Represents the root folder of the tests.

Functions

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

Converts the object into the other object.

Link copied to clipboard
fun test(description: String, configuration: TestkitTest.() -> Unit)

Adds a new test.