Interface WithClause
public interface WithClause
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanIs(org.hamcrest.Matcher<?> matcher) bytebyteIs(org.hamcrest.Matcher<?> matcher) charcharIs(org.hamcrest.Matcher<?> matcher) doubledoubleIs(org.hamcrest.Matcher<?> matcher) floatfloatIs(org.hamcrest.Matcher<?> matcher) intintIs(org.hamcrest.Matcher<?> matcher) <T> Tis(org.hamcrest.Matcher<?> matcher) longlongIs(org.hamcrest.Matcher<?> matcher) shortshortIs(org.hamcrest.Matcher<?> matcher)
-
Method Details
-
booleanIs
boolean booleanIs(org.hamcrest.Matcher<?> matcher) -
byteIs
byte byteIs(org.hamcrest.Matcher<?> matcher) -
charIs
char charIs(org.hamcrest.Matcher<?> matcher) -
shortIs
short shortIs(org.hamcrest.Matcher<?> matcher) -
intIs
int intIs(org.hamcrest.Matcher<?> matcher) -
longIs
long longIs(org.hamcrest.Matcher<?> matcher) -
floatIs
float floatIs(org.hamcrest.Matcher<?> matcher) -
doubleIs
double doubleIs(org.hamcrest.Matcher<?> matcher) -
is
<T> T is(org.hamcrest.Matcher<?> matcher)
-