Package | Description |
---|---|
org.jmock.auto.internal | |
org.jmock.integration.junit3 |
Integrates jMock with JUnit 3.
|
org.jmock.integration.junit4 |
Integrates jMock with JUnit 4.
|
Constructor and Description |
---|
Mockomatic(Mockery mockery) |
Modifier and Type | Class and Description |
---|---|
class |
JUnit3Mockery
A
Mockery that reports expectation errors as JUnit 3 test failures. |
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(Object test)
Deprecated.
|
Copyright © 2003–2018 jMock. All rights reserved.