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

hasOperatorErrorOfType

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

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

Author
Sebastien Deleuze

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

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

Author
Sebastien Deleuze