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.
|
Modifier and Type | Method and Description |
---|---|
MethodClause |
AbstractExpectations.allowing(org.hamcrest.Matcher<?> mockObjectMatcher) |
MethodClause |
AbstractExpectations.ignoring(org.hamcrest.Matcher<?> mockObjectMatcher) |
Modifier and Type | Class and Description |
---|---|
class |
InvocationExpectationBuilder |
Modifier and Type | Method and Description |
---|---|
MethodClause |
InvocationExpectationBuilder.of(org.hamcrest.Matcher<?> objectMatcher) |
Modifier and Type | Interface and Description |
---|---|
interface |
ParametersClause |
Modifier and Type | Method and Description |
---|---|
MethodClause |
CardinalityClause.allowing(org.hamcrest.Matcher<?> mockObjectMatcher) |
MethodClause |
CardinalityClause.ignoring(org.hamcrest.Matcher<?> mockObjectMatcher) |
MethodClause |
ReceiverClause.of(org.hamcrest.Matcher<?> objectMatcher) |
Copyright © 2003–2021 jMock. All rights reserved.