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