I'm looking to invoke the `assertFailsWith` this s...
# spek
c
I'm looking to invoke the
assertFailsWith
this signature:
Copy code
fun <T : Throwable> assertFailsWith(exceptionClass: KClass<T>, block: () -> Unit):