org.jmock.syntax
Interface WithClause


public interface WithClause


Method Summary
 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)
           
 

Method Detail

booleanIs

boolean booleanIs(Matcher<?> matcher)

byteIs

byte byteIs(Matcher<?> matcher)

charIs

char charIs(Matcher<?> matcher)

shortIs

short shortIs(Matcher<?> matcher)

intIs

int intIs(Matcher<?> matcher)

longIs

long longIs(Matcher<?> matcher)

floatIs

float floatIs(Matcher<?> matcher)

doubleIs

double doubleIs(Matcher<?> matcher)

is

<T> T is(Matcher<?> matcher)