Fun0Assertions
Collection of assertion functions and builders which are applicable to subjects with a kotlin.Function0 type.
Inheritors
Functions
Link copied to clipboard
abstract fun <R, T : () -> R> notToThrow(container: AssertionContainer<T>): FeatureExtractorBuilder.ExecutionStep<*, R>
Link copied to clipboard
abstract fun <ExpectedThrowableT : Throwable> toThrow(container: AssertionContainer<out () -> Any?>, expectedType: KClass<ExpectedThrowableT>): SubjectChangerBuilder.ExecutionStep<*, ExpectedThrowableT>