Package-level declarations
Contains all the assertion interfaces for the Kotlin 1.3 extension (e.g. ResultAssertions
).
Types
Link copied to clipboard
interface ResultAssertions
Collection of assertion functions and builders which are applicable to subjects with a Result type.
Functions
Link copied to clipboard
fun <TExpected : Throwable> AssertionContainer<out Result<*>>.isFailureOfType(expectedType: KClass<TExpected>): SubjectChangerBuilder.ExecutionStep<Throwable?, TExpected>