static <T> ArgumentMatcher<T> |
ArgumentMatcherUtils.any() |
static ArgumentMatcher<String> |
ArgumentMatcherUtils.endsWith(String suffix) |
static <T> ArgumentMatcher<T> |
ArgumentMatcherUtils.eq(T value) |
static <C extends Comparable<C>> ArgumentMatcher<C> |
ArgumentMatcherUtils.gt(C comparable) |
static <C extends Comparable<C>> ArgumentMatcher<C> |
ArgumentMatcherUtils.gte(C comparable) |
static <T> ArgumentMatcher<T> |
ArgumentMatcherUtils.isA(Class<?> type) |
static <T> ArgumentMatcher<T> |
ArgumentMatcherUtils.isNull() |
static <C extends Comparable<C>> ArgumentMatcher<C> |
ArgumentMatcherUtils.lt(C comparable) |
static <C extends Comparable<C>> ArgumentMatcher<C> |
ArgumentMatcherUtils.lte(C comparable) |
static ArgumentMatcher<String> |
ArgumentMatcherUtils.matches(String regex) |
static <T> ArgumentMatcher<T> |
ArgumentMatcherUtils.notNull() |
static ArgumentMatcher<String> |
ArgumentMatcherUtils.startsWith(String prefix) |