public interface WithClause
Modifier and Type | Method and Description |
---|---|
boolean |
booleanIs(Matcher<?> matcher) |
byte |
byteIs(Matcher<?> matcher) |
char |
charIs(Matcher<?> matcher) |
double |
doubleIs(Matcher<?> matcher) |
float |
floatIs(Matcher<?> matcher) |
int |
intIs(Matcher<?> matcher) |
<T> T |
is(Matcher<?> matcher) |
long |
longIs(Matcher<?> matcher) |
short |
shortIs(Matcher<?> matcher) |
boolean booleanIs(Matcher<?> matcher)
byte byteIs(Matcher<?> matcher)
char charIs(Matcher<?> matcher)
short shortIs(Matcher<?> matcher)
int intIs(Matcher<?> matcher)
long longIs(Matcher<?> matcher)
float floatIs(Matcher<?> matcher)
double doubleIs(Matcher<?> matcher)
<T> T is(Matcher<?> matcher)