Uses of Class
org.jmock.Mockery
-
Packages that use Mockery 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.org.jmock.junit5 Integrates jMock with JUnit 5. -
-
Uses of Mockery in org.jmock.auto.internal
Fields in org.jmock.auto.internal declared as Mockery Modifier and Type Field Description private MockeryMockomatic. mockeryConstructors in org.jmock.auto.internal with parameters of type Mockery Constructor Description Mockomatic(Mockery mockery) -
Uses of Mockery in org.jmock.example.gettingstarted
Fields in org.jmock.example.gettingstarted declared as Mockery Modifier and Type Field Description (package private) MockeryGettingStartedJUnit4. context -
Uses of Mockery in org.jmock.example.timedcache
Fields in org.jmock.example.timedcache declared as Mockery Modifier and Type Field Description private MockeryTimedCacheTests. context -
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.Fields in org.jmock.integration.junit3 declared as Mockery Modifier and Type Field Description private MockeryMockObjectTestCase. contextMethods 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(java.lang.Object test)Deprecated. -
Uses of Mockery in org.jmock.junit5
Subclasses of Mockery in org.jmock.junit5 Modifier and Type Class Description classJUnit5MockeryAJUnit5Mockeryis a JUnit Extension that manages JMock expectations and allowances, and asserts that expectations have been met after each test has finished.
-