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 MethodClauseAbstractExpectations. allowing(org.hamcrest.Matcher<?> mockObjectMatcher)MethodClauseAbstractExpectations. 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 classInvocationExpectationBuilderMethods in org.jmock.internal that return MethodClause Modifier and Type Method Description MethodClauseInvocationExpectationBuilder. of(org.hamcrest.Matcher<?> objectMatcher) -
Uses of MethodClause in org.jmock.syntax
Subinterfaces of MethodClause in org.jmock.syntax Modifier and Type Interface Description interfaceParametersClauseMethods in org.jmock.syntax that return MethodClause Modifier and Type Method Description MethodClauseCardinalityClause. allowing(org.hamcrest.Matcher<?> mockObjectMatcher)MethodClauseCardinalityClause. ignoring(org.hamcrest.Matcher<?> mockObjectMatcher)MethodClauseReceiverClause. of(org.hamcrest.Matcher<?> objectMatcher)
-