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