org.jmock.syntax
Interface ArgumentConstraintPhrases

All Known Implementing Classes:
Expectations

public interface ArgumentConstraintPhrases


Method Summary
 boolean with( matcher)
           
 byte with( matcher)
           
 short with( matcher)
           
 int with( matcher)
           
 long with( matcher)
           
 float with( matcher)
           
 double with( matcher)
           
<T> T
with( matcher)
           
 

Method Detail

with

<T> T with( matcher)

with

boolean with( matcher)

with

byte with( matcher)

with

short with( matcher)

with

int with( matcher)

with

long with( matcher)

with

float with( matcher)

with

double with( matcher)