public static class TypeMatchers.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static void |
a(TypeMatchers $this,
BeWrapper<?> $receiver,
kotlin.reflect.KClass<?> expected) |
static void |
an(TypeMatchers $this,
BeWrapper<?> $receiver,
kotlin.reflect.KClass<?> expected) |
static <T> Matcher<T> |
beTheSameInstanceAs(TypeMatchers $this,
T ref) |
static <T> void |
theSameInstanceAs(TypeMatchers $this,
BeWrapper<? extends T> $receiver,
T ref) |
public static void a(TypeMatchers $this, BeWrapper<?> $receiver, kotlin.reflect.KClass<?> expected)
public static void an(TypeMatchers $this, BeWrapper<?> $receiver, kotlin.reflect.KClass<?> expected)
public static <T> void theSameInstanceAs(TypeMatchers $this, BeWrapper<? extends T> $receiver, T ref)
public static <T> Matcher<T> beTheSameInstanceAs(TypeMatchers $this, T ref)