doc / ch.tutteli.atrium.domain.builders.reporting / ExpectBuilder / forSubject

forSubject

fun <T> forSubject(subject: T): ExpectBuilder.AssertionVerbStep<T> (source)
Deprecated: Use RootExpectBuilder from atrium-logic; will be removed latest with 0.17.0 (maybe earlier)

Entry point to use the ExpectBuilder which helps in creating an assertion verb for the given subject or in other words an Expect for the given subject.