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 Mockery
Mockomatic. mockery
Constructors 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) Mockery
GettingStartedJUnit4. context
-
Uses of Mockery in org.jmock.example.timedcache
Fields in org.jmock.example.timedcache declared as Mockery Modifier and Type Field Description private Mockery
TimedCacheTests. context
-
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.Fields in org.jmock.integration.junit3 declared as Mockery Modifier and Type Field Description private Mockery
MockObjectTestCase. context
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(java.lang.Object test)
Deprecated. -
Uses of Mockery in org.jmock.junit5
Subclasses of Mockery in org.jmock.junit5 Modifier and Type Class Description class
JUnit5Mockery
AJUnit5Mockery
is a JUnit Extension that manages JMock expectations and allowances, and asserts that expectations have been met after each test has finished.
-