|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ArgumentConstraintPhrases
Method Summary | ||
---|---|---|
boolean |
with(Matcher<Boolean> matcher)
|
|
byte |
with(Matcher<Byte> matcher)
|
|
double |
with(Matcher<Double> matcher)
|
|
float |
with(Matcher<Float> matcher)
|
|
int |
with(Matcher<Integer> matcher)
|
|
long |
with(Matcher<Long> matcher)
|
|
short |
with(Matcher<Short> matcher)
|
|
|
with(Matcher<T> matcher)
|
Method Detail |
---|
<T> T with(Matcher<T> matcher)
boolean with(Matcher<Boolean> matcher)
byte with(Matcher<Byte> matcher)
short with(Matcher<Short> matcher)
int with(Matcher<Integer> matcher)
long with(Matcher<Long> matcher)
float with(Matcher<Float> matcher)
double with(Matcher<Double> matcher)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |