TestkitOutcomes

class TestkitOutcomes : Convertable<Outcomes> (source)

Represents the outcomes of the test, mirroring the Outcomes of the core module.

Constructors

Link copied to clipboard
constructor()

Properties

Link copied to clipboard

Represents the List of tasks that should fail.

Link copied to clipboard

Represents the List of tasks that should be from-cache.

Link copied to clipboard

Represents the List of tasks that should be no-source.

Link copied to clipboard

Represents the List of tasks that should not exist.

Link copied to clipboard

Represents the List of tasks that should be skipped.

Link copied to clipboard

Represents the List of tasks that should succeed.

Link copied to clipboard

Represents the List of tasks that should be up-to-date.

Functions

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

Converts the object into the other object.