class BeFailureOfType<A : Throwable> : Matcher<Result<Any>>
BeFailureOfType(clazz: KClass<A>)
fun test(value: Result<Any>): MatcherResult