ResultAssertions
Collection of assertion functions and builders which are applicable to subjects with a Result type.
Inheritors
Functions
Link copied to clipboard
abstract fun <TExpected : Throwable> isFailureOfType(container: AssertionContainer<out Result<*>>, expectedType: KClass<TExpected>): SubjectChangerBuilder.ExecutionStep<Throwable?, TExpected>