| Package | Description |
|---|---|
| org.jmock.internal |
This package contains internal implementation details.
|
| org.jmock.syntax |
Interfaces that define jMock's Domain Specific Embedded Language.
|
| Modifier and Type | Class | Description |
|---|---|---|
class |
InvocationExpectationBuilder |
| Modifier and Type | Method | Description |
|---|---|---|
ParametersClause |
InvocationExpectationBuilder.method(String nameRegex) |
|
ParametersClause |
InvocationExpectationBuilder.method(org.hamcrest.Matcher<Method> methodMatcher) |
| Modifier and Type | Method | Description |
|---|---|---|
ParametersClause |
MethodClause.method(String nameRegex) |
|
ParametersClause |
MethodClause.method(org.hamcrest.Matcher<Method> methodMatcher) |
Copyright © 2003–2018 jMock. All rights reserved.