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 void
with(org.hamcrest.Matcher<?>... parameterMatchers)
void
withNoArguments()
-
Methods inherited from interface org.jmock.syntax.MethodClause
method, method
-
-