Diff |
sealed class Diff |
kotlin.Any |
beInstanceOf |
fun beInstanceOf(expected: KClass<*>): Matcher<Any?>fun <T : Any> beInstanceOf(): Matcher<Any?> |
beInstanceOf2 |
fun <U : Any, T : U> beInstanceOf2(): Matcher<U> |
beOfType |
fun beOfType(expected: KClass<*>): Matcher<Any?>fun <T : Any> beOfType(): Matcher<Any?> |
beTheSameInstanceAs |
fun <T> beTheSameInstanceAs(ref: T): Matcher<T> |
haveSameHashCodeAs |
fun haveSameHashCodeAs(other: Any): Matcher<Any> |
instanceOf |
fun instanceOf(expected: KClass<*>): Matcher<Any?> |