Uses of Interface
org.jmock.syntax.ParametersClause

Packages that use ParametersClause
org.jmock.internal   
org.jmock.syntax   
 

Uses of ParametersClause in org.jmock.internal
 

Classes in org.jmock.internal that implement ParametersClause
 class InvocationExpectationBuilder
           
 

Methods in org.jmock.internal that return ParametersClause
 ParametersClause InvocationExpectationBuilder.method(org.hamcrest.Matcher<Method> methodMatcher)
           
 ParametersClause InvocationExpectationBuilder.method(String nameRegex)
           
 

Uses of ParametersClause in org.jmock.syntax
 

Methods in org.jmock.syntax that return ParametersClause
 ParametersClause MethodClause.method(org.hamcrest.Matcher<Method> methodMatcher)
           
 ParametersClause MethodClause.method(String nameRegex)
           
 



Copyright © 2003-2012 jMock. All Rights Reserved.