FinalStep

interface FinalStep<T>(source)

Final step in the RootExpect building process which creates a new RootExpect based on the so far specified options.

Parameters

T

the type of the subject.

Inheritors

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The previously defined expectation verb.

Link copied to clipboard
abstract val options: RootExpectOptions<T>?

Either the previously specified RootExpectOptions or null.

Link copied to clipboard
abstract val subject: T

The previously specified subject of the expectation.

Functions

Link copied to clipboard
abstract fun build(): RootExpect<T>

Creates a new Expect based on the previously defined maybeOptions.