FinalStepImpl

class FinalStepImpl<T>(    val subject: T,     val expectationVerb: Translatable,     val options: RootExpectOptions<T>?) : RootExpectBuilder.FinalStep<T> (source)

Constructors

Link copied to clipboard
constructor(subject: T, expectationVerb: Translatable, options: RootExpectOptions<T>?)

Functions

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

Creates a new Expect based on the previously defined maybeOptions.

Properties

Link copied to clipboard
open override val expectationVerb: Translatable

The previously defined expectation verb.

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

Either the previously specified RootExpectOptions or null.

Link copied to clipboard
open override val subject: T

The previously specified subject of the expectation.