Package org.jmock.syntax
Interface ParametersClause
-
- All Superinterfaces:
MethodClause
- All Known Implementing Classes:
InvocationExpectationBuilder
public interface ParametersClause extends MethodClause
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwith(org.hamcrest.Matcher<?>... parameterMatchers)voidwithNoArguments()-
Methods inherited from interface org.jmock.syntax.MethodClause
method, method
-
-