Uses of Interface
org.jmock.syntax.ParametersClause
-
Packages that use ParametersClause Package Description org.jmock.internal This package contains internal implementation details.org.jmock.syntax Interfaces that define jMock's Domain Specific Embedded Language. -
-
Uses of ParametersClause in org.jmock.internal
Classes in org.jmock.internal that implement ParametersClause Modifier and Type Class Description classInvocationExpectationBuilderMethods in org.jmock.internal that return ParametersClause Modifier and Type Method Description ParametersClauseInvocationExpectationBuilder. method(String nameRegex)ParametersClauseInvocationExpectationBuilder. method(org.hamcrest.Matcher<Method> methodMatcher) -
Uses of ParametersClause in org.jmock.syntax
Methods in org.jmock.syntax that return ParametersClause Modifier and Type Method Description ParametersClauseMethodClause. method(String nameRegex)ParametersClauseMethodClause. method(org.hamcrest.Matcher<Method> methodMatcher)
-