Uses of Interface
org.jmock.syntax.MethodClause

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

Uses of MethodClause in org.jmock
 

Methods in org.jmock that return MethodClause
 MethodClause Expectations.allowing(org.hamcrest.Matcher<?> mockObjectMatcher)
           
 MethodClause Expectations.ignoring(org.hamcrest.Matcher<?> mockObjectMatcher)
           
 

Uses of MethodClause in org.jmock.internal
 

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

Methods in org.jmock.internal that return MethodClause
 MethodClause InvocationExpectationBuilder.of(org.hamcrest.Matcher<?> objectMatcher)
           
 

Uses of MethodClause in org.jmock.syntax
 

Subinterfaces of MethodClause in org.jmock.syntax
 interface ParametersClause
           
 

Methods in org.jmock.syntax that return MethodClause
 MethodClause CardinalityClause.allowing(org.hamcrest.Matcher<?> mockObjectMatcher)
           
 MethodClause CardinalityClause.ignoring(org.hamcrest.Matcher<?> mockObjectMatcher)
           
 MethodClause ReceiverClause.of(org.hamcrest.Matcher<?> objectMatcher)
           
 



Copyright © 2003-2012 jMock. All Rights Reserved.