org.jmock.syntax
Interface ArgumentConstraintPhrases
- All Known Implementing Classes:
- Expectations
public interface ArgumentConstraintPhrases
Method Summary |
boolean |
with(org.hamcrest.Matcher<Boolean> matcher)
|
byte |
with(org.hamcrest.Matcher<Byte> matcher)
|
double |
with(org.hamcrest.Matcher<Double> matcher)
|
float |
with(org.hamcrest.Matcher<Float> matcher)
|
int |
with(org.hamcrest.Matcher<Integer> matcher)
|
long |
with(org.hamcrest.Matcher<Long> matcher)
|
short |
with(org.hamcrest.Matcher<Short> matcher)
|
|
with(org.hamcrest.Matcher<T> matcher)
|
with
<T> T with(org.hamcrest.Matcher<T> matcher)
with
boolean with(org.hamcrest.Matcher<Boolean> matcher)
with
byte with(org.hamcrest.Matcher<Byte> matcher)
with
short with(org.hamcrest.Matcher<Short> matcher)
with
int with(org.hamcrest.Matcher<Integer> matcher)
with
long with(org.hamcrest.Matcher<Long> matcher)
with
float with(org.hamcrest.Matcher<Float> matcher)
with
double with(org.hamcrest.Matcher<Double> matcher)