| Package | Description |
|---|---|
| org.jmock |
The jMock "Domain-Specific Embedded Language" API.
|
| org.jmock.integration.junit3 |
Integrates jMock with JUnit 3.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExpectations
Provides most of the syntax of jMock's "domain-specific language" API.
|
class |
Expectations
Backward compatibility Methods added with ASM
|
| Modifier and Type | Method and Description |
|---|---|
void |
Mockery.checking(ExpectationBuilder expectations)
Specifies the expected invocations that the object under test will perform upon
objects in its context during the test.
|
| Modifier and Type | Method and Description |
|---|---|
void |
MockObjectTestCase.checking(ExpectationBuilder expectations)
Specify expectations upon the mock objects in the test.
|
Copyright © 2003–2022 jMock. All rights reserved.