reactor-test / reactor.test / hasOperatorErrorOfType

hasOperatorErrorOfType

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

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

Author
Sebastien Deleuze

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

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

Author
Sebastien Deleuze