doc / ch.tutteli.atrium.logic.impl / DefaultFun0Assertions

DefaultFun0Assertions

class DefaultFun0Assertions : Fun0Assertions (source)

Constructors

<init>

DefaultFun0Assertions()

Functions

notToThrow

fun <R, T : () -> R> notToThrow(container: AssertionContainer<T>): FeatureExtractorBuilder.ExecutionStep<*, R>

toThrow

fun <TExpected : Throwable> toThrow(container: AssertionContainer<() -> Any?>, expectedType: KClass<TExpected>): SubjectChangerBuilder.ExecutionStep<*, TExpected>