Uses of Interface
org.jmock.syntax.MethodClause
-
Packages that use MethodClause Package Description org.jmock The jMock "Domain-Specific Embedded Language" API.org.jmock.internal This package contains internal implementation details.org.jmock.syntax Interfaces that define jMock's Domain Specific Embedded Language. -
-
Uses of MethodClause in org.jmock
Methods in org.jmock that return MethodClause Modifier and Type Method Description MethodClause
AbstractExpectations. allowing(org.hamcrest.Matcher<?> mockObjectMatcher)
MethodClause
AbstractExpectations. ignoring(org.hamcrest.Matcher<?> mockObjectMatcher)
-
Uses of MethodClause in org.jmock.internal
Classes in org.jmock.internal that implement MethodClause Modifier and Type Class Description class
InvocationExpectationBuilder
Methods in org.jmock.internal that return MethodClause Modifier and Type Method Description MethodClause
InvocationExpectationBuilder. of(org.hamcrest.Matcher<?> objectMatcher)
-
Uses of MethodClause in org.jmock.syntax
Subinterfaces of MethodClause in org.jmock.syntax Modifier and Type Interface Description interface
ParametersClause
Methods in org.jmock.syntax that return MethodClause Modifier and Type Method Description MethodClause
CardinalityClause. allowing(org.hamcrest.Matcher<?> mockObjectMatcher)
MethodClause
CardinalityClause. ignoring(org.hamcrest.Matcher<?> mockObjectMatcher)
MethodClause
ReceiverClause. of(org.hamcrest.Matcher<?> objectMatcher)
-