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

ExpectationVerbStepImpl

class ExpectationVerbStepImpl<T> : RootExpectBuilder.ExpectationVerbStep<T> (source)

Constructors

<init>

ExpectationVerbStepImpl(subject: T)

Properties

subject

val subject: T

The previously specified subject of the expectation.

Functions

withVerb

fun withVerb(verb: Translatable): RootExpectBuilder.OptionsStep<T>

Uses the given verb as expectation verb.

Inherited Functions

withVerb

open fun withVerb(verb: String): RootExpectBuilder.OptionsStep<T>

Wraps the given verb into an Untranslatable and uses it as expectation verb.