org.jmock.syntax
Interface WithClause
public interface WithClause
|
Method Summary |
boolean |
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)
|
|
is(org.hamcrest.Matcher<?> matcher)
|
long |
longIs(org.hamcrest.Matcher<?> matcher)
|
short |
shortIs(org.hamcrest.Matcher<?> matcher)
|
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)
Copyright © 2003-2012 jMock. All Rights Reserved.