interface Fun0Assertions
Collection of assertion functions and builders which are applicable to subjects with a kotlin.Function0 type.
abstract fun <R, T : () -> R> notToThrow(container: AssertionContainer<T>): FeatureExtractorBuilder.ExecutionStep<*, R> |
|
abstract fun <TExpected : Throwable> toThrow(container: AssertionContainer<() -> Any?>, expectedType: KClass<TExpected>): SubjectChangerBuilder.ExecutionStep<*, TExpected> |
class DefaultFun0Assertions : Fun0Assertions |