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 classJUnit3MockeryAMockerythat reports expectation errors as JUnit 3 test failures.Methods in org.jmock.integration.junit3 that return Mockery Modifier and Type Method Description MockeryMockObjectTestCase. context() -
Uses of Mockery in org.jmock.integration.junit4
Subclasses of Mockery in org.jmock.integration.junit4 Modifier and Type Class Description classJUnit4MockeryAMockerythat reports expectation errors as JUnit 4 test failures.classJUnitRuleMockeryAJUnitRuleMockeryis 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 MockeryJMock. mockeryOf(Object test)Deprecated.
-