public interface ArgumentConstraintPhrases
Modifier and Type | Method and Description |
---|---|
<T> T |
with(org.hamcrest.Matcher<T> matcher) |
boolean |
withBoolean(org.hamcrest.Matcher<Boolean> matcher) |
byte |
withByte(org.hamcrest.Matcher<Byte> matcher) |
double |
withDouble(org.hamcrest.Matcher<Double> matcher) |
float |
withFloat(org.hamcrest.Matcher<Float> matcher) |
int |
withInteger(org.hamcrest.Matcher<Integer> matcher) |
long |
withLong(org.hamcrest.Matcher<Long> matcher) |
short |
withShort(org.hamcrest.Matcher<Short> matcher) |
<T> T with(org.hamcrest.Matcher<T> matcher)
boolean withBoolean(org.hamcrest.Matcher<Boolean> matcher)
byte withByte(org.hamcrest.Matcher<Byte> matcher)
short withShort(org.hamcrest.Matcher<Short> matcher)
int withInteger(org.hamcrest.Matcher<Integer> matcher)
long withLong(org.hamcrest.Matcher<Long> matcher)
float withFloat(org.hamcrest.Matcher<Float> matcher)
double withDouble(org.hamcrest.Matcher<Double> matcher)