Sam Garfinkel
02/12/2020, 5:19 PMbeOfType(expected: KClass<*>) which does this, so I guess you can just use shouldBe beOfType(clazz)Czar
02/12/2020, 5:22 PMshouldBeInstanceOf implementation you'll find that it is in fact just a reified wrapper around beOfType(clazz) matcher