org.jmock.syntax
Interface ArgumentConstraintPhrases

All Known Implementing Classes:
Expectations

public interface ArgumentConstraintPhrases


Method Summary
 boolean with(Matcher<Boolean> matcher)
           
 byte with(Matcher<Byte> matcher)
           
 double with(Matcher<Double> matcher)
           
 float with(Matcher<Float> matcher)
           
 int with(Matcher<Integer> matcher)
           
 long with(Matcher<Long> matcher)
           
 short with(Matcher<Short> matcher)
           
<T> T
with(Matcher<T> matcher)
           
 

Method Detail

with

<T> T with(Matcher<T> matcher)

with

boolean with(Matcher<Boolean> matcher)

with

byte with(Matcher<Byte> matcher)

with

short with(Matcher<Short> matcher)

with

int with(Matcher<Integer> matcher)

with

long with(Matcher<Long> matcher)

with

float with(Matcher<Float> matcher)

with

double with(Matcher<Double> matcher)