TestkitExpectation

class TestkitExpectation : Convertable<Expectation> (source)

Represents the expectation of the test, mirroring the Expectation of the core module.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard
var result: BuildResult

Represents the BuildResult of the test.

Functions

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

Converts the object into the other object.

Link copied to clipboard
fun files(files: TestkitFiles.() -> Unit)

Sets the files of the test.

Link copied to clipboard
fun outcomes(outcomes: TestkitOutcomes.() -> Unit)

Sets the outcomes of the test.

Link copied to clipboard
fun output(output: TestkitOutput.() -> Unit)

Sets the output of the test.