reactor-kotlin-extensions / reactor.kotlin.test / reactor.test.StepVerifier.Assertions / hasDroppedErrorOfType

hasDroppedErrorOfType

fun Assertions.hasDroppedErrorOfType(kClass: KClass<out Throwable>): Assertions

Extension for StepVerifier.Assertions.hasDroppedErrorOfType providing a KClass based variant.

Author
Sebastien Deleuze

fun <reified T : Throwable> Assertions.hasDroppedErrorOfType(): Assertions

Extension for StepVerifier.Assertions.hasDroppedErrorOfType providing a hasDroppedErrorOfType<Foo>() variant.

Author
Sebastien Deleuze