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