Package org.jmock.syntax
Interface WithClause
public interface WithClause
-
Method Summary
Modifier and TypeMethodDescriptionboolean
booleanIs
(org.hamcrest.Matcher<?> matcher) byte
byteIs
(org.hamcrest.Matcher<?> matcher) char
charIs
(org.hamcrest.Matcher<?> matcher) double
doubleIs
(org.hamcrest.Matcher<?> matcher) float
floatIs
(org.hamcrest.Matcher<?> matcher) int
intIs
(org.hamcrest.Matcher<?> matcher) <T> T
is
(org.hamcrest.Matcher<?> matcher) long
longIs
(org.hamcrest.Matcher<?> matcher) short
shortIs
(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)
-