public static class LongMatchers.DefaultImpls
| Modifier and Type | Method and Description |
|---|---|
static void |
gt(LongMatchers $this,
BeWrapper<java.lang.Long> $receiver,
long expected) |
static void |
gte(LongMatchers $this,
BeWrapper<java.lang.Long> $receiver,
long expected) |
static void |
lt(LongMatchers $this,
BeWrapper<java.lang.Long> $receiver,
long expected) |
static void |
lte(LongMatchers $this,
BeWrapper<java.lang.Long> $receiver,
long expected) |
public static void gt(LongMatchers $this, BeWrapper<java.lang.Long> $receiver, long expected)
public static void lt(LongMatchers $this, BeWrapper<java.lang.Long> $receiver, long expected)
public static void gte(LongMatchers $this, BeWrapper<java.lang.Long> $receiver, long expected)
public static void lte(LongMatchers $this, BeWrapper<java.lang.Long> $receiver, long expected)