| Package | Description |
|---|---|
| org.jmock.auto.internal | |
| org.jmock.example.gettingstarted | |
| org.jmock.example.timedcache | |
| org.jmock.integration.junit3 |
Integrates jMock with JUnit 3.
|
| org.jmock.integration.junit4 |
Integrates jMock with JUnit 4.
|
| Modifier and Type | Field and Description |
|---|---|
private Mockery |
Mockomatic.mockery |
| Constructor and Description |
|---|
Mockomatic(Mockery mockery) |
| Modifier and Type | Field and Description |
|---|---|
(package private) Mockery |
GettingStartedJUnit4.context |
| Modifier and Type | Field and Description |
|---|---|
private Mockery |
TimedCacheTests.context |
| Modifier and Type | Class and Description |
|---|---|
class |
JUnit3Mockery
A
Mockery that reports expectation errors as JUnit 3 test failures. |
| Modifier and Type | Field and Description |
|---|---|
private Mockery |
MockObjectTestCase.context |
| Modifier and Type | Method and Description |
|---|---|
Mockery |
MockObjectTestCase.context() |
| Modifier and Type | Class and Description |
|---|---|
class |
JUnit4Mockery
A
Mockery that reports expectation errors as JUnit 4 test failures. |
class |
JUnitRuleMockery
A
JUnitRuleMockery is a JUnit Rule that manages JMock expectations
and allowances, and asserts that expectations have been met after each test
has finished. |
| Modifier and Type | Method and Description |
|---|---|
protected Mockery |
JMock.mockeryOf(java.lang.Object test)
Deprecated.
|