public static class CollectionMatchers.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static kotlin.jvm.functions.Function1<java.util.Collection,kotlin.Unit> |
beEmpty(CollectionMatchers $this) |
static <T> Matcher<java.util.Collection> |
contain(CollectionMatchers $this,
T t) |
static <T> Matcher<java.util.Collection> |
containInAnyOrder(CollectionMatchers $this,
T ts) |
static <T> void |
element(CollectionMatchers $this,
ContainWrapper<? extends java.util.Collection<? extends T>> $receiver,
T expected) |
static <T> Matcher<java.util.Collection> |
haveSize(CollectionMatchers $this,
int size) |
static void |
size(CollectionMatchers $this,
HaveWrapper<? extends java.util.Collection<?>> $receiver,
int expected) |
public static kotlin.jvm.functions.Function1<java.util.Collection,kotlin.Unit> beEmpty(CollectionMatchers $this)
public static void size(CollectionMatchers $this, HaveWrapper<? extends java.util.Collection<?>> $receiver, int expected)
public static <T> void element(CollectionMatchers $this, ContainWrapper<? extends java.util.Collection<? extends T>> $receiver, T expected)
public static <T> Matcher<java.util.Collection> containInAnyOrder(CollectionMatchers $this, T ts)
public static <T> Matcher<java.util.Collection> haveSize(CollectionMatchers $this, int size)
public static <T> Matcher<java.util.Collection> contain(CollectionMatchers $this, T t)