doc / ch.tutteli.atrium.logic.creating.impl / FinalStepImpl

FinalStepImpl

class FinalStepImpl<T> : RootExpectBuilder.FinalStep<T> (source)

Constructors

<init>

FinalStepImpl(subject: T, expectationVerb: Translatable, options: RootExpectOptions<T>?)

Properties

expectationVerb

val expectationVerb: Translatable

The previously defined expectation verb.

options

val options: RootExpectOptions<T>?

Either the previously specified RootExpectOptions or null.

subject

val subject: T

The previously specified subject of the expectation.

Functions

build

fun build(): RootExpect<T>

Creates a new Expect based on the previously defined maybeOptions.