Uses of Class
org.jmock.Mockery
-
Packages that use Mockery Package Description org.jmock.auto.internal org.jmock.integration.junit3 Integrates jMock with JUnit 3.org.jmock.integration.junit4 Integrates jMock with JUnit 4. -
-
Uses of Mockery in org.jmock.auto.internal
Constructors in org.jmock.auto.internal with parameters of type Mockery Constructor Description Mockomatic(Mockery mockery)
-
Uses of Mockery in org.jmock.integration.junit3
Subclasses of Mockery in org.jmock.integration.junit3 Modifier and Type Class Description class
JUnit3Mockery
AMockery
that reports expectation errors as JUnit 3 test failures.Methods in org.jmock.integration.junit3 that return Mockery Modifier and Type Method Description Mockery
MockObjectTestCase. context()
-
Uses of Mockery in org.jmock.integration.junit4
Subclasses of Mockery in org.jmock.integration.junit4 Modifier and Type Class Description class
JUnit4Mockery
AMockery
that reports expectation errors as JUnit 4 test failures.class
JUnitRuleMockery
AJUnitRuleMockery
is a JUnit Rule that manages JMock expectations and allowances, and asserts that expectations have been met after each test has finished.Methods in org.jmock.integration.junit4 that return Mockery Modifier and Type Method Description protected Mockery
JMock. mockeryOf(Object test)
Deprecated.
-