Interface ParametersClause

All Superinterfaces:
MethodClause
All Known Implementing Classes:
InvocationExpectationBuilder

public interface ParametersClause extends MethodClause
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    with(org.hamcrest.Matcher<?>... parameterMatchers)
     
    void
     

    Methods inherited from interface org.jmock.syntax.MethodClause

    method, method
  • Method Details

    • with

      void with(org.hamcrest.Matcher<?>... parameterMatchers)
    • withNoArguments

      void withNoArguments()