doc / ch.tutteli.atrium.domain.builders.creating / Fun0AssertionsBuilder

Fun0AssertionsBuilder

object Fun0AssertionsBuilder : Fun0Assertions

Delegates inter alia to the implementation of Fun0Assertions. In detail, it implements Fun0Assertions by delegating to fun0Assertions which in turn delegates to the implementation via loadSingleService.

Functions

isNotThrowing

fun <R, T : () -> R> isNotThrowing(expect: Expect<T>): ChangedSubjectPostStep<*, R>

isThrowing

fun <TExpected : Throwable> isThrowing(expect: Expect<() -> Any?>, expectedType: KClass<TExpected>): ChangedSubjectPostStep<*, TExpected>