Uses of Class
org.jmock.Mockery
Packages that use Mockery
Package
Description
Integrates jMock with JUnit 3.
Integrates jMock with JUnit 4.
Integrates jMock with JUnit 5.
-
Uses of Mockery in org.jmock.auto.internal
Fields in org.jmock.auto.internal declared as MockeryConstructors in org.jmock.auto.internal with parameters of type Mockery -
Uses of Mockery in org.jmock.example.gettingstarted
Fields in org.jmock.example.gettingstarted declared as Mockery -
Uses of Mockery in org.jmock.example.timedcache
Fields in org.jmock.example.timedcache declared as Mockery -
Uses of Mockery in org.jmock.integration.junit3
Subclasses of Mockery in org.jmock.integration.junit3Modifier and TypeClassDescriptionclass
AMockery
that reports expectation errors as JUnit 3 test failures.Fields in org.jmock.integration.junit3 declared as MockeryMethods in org.jmock.integration.junit3 that return Mockery -
Uses of Mockery in org.jmock.integration.junit4
Subclasses of Mockery in org.jmock.integration.junit4Modifier and TypeClassDescriptionclass
AMockery
that reports expectation errors as JUnit 4 test failures.class
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 -
Uses of Mockery in org.jmock.junit5
Subclasses of Mockery in org.jmock.junit5Modifier and TypeClassDescriptionclass
AJUnit5Mockery
is a JUnit Extension that manages JMock expectations and allowances, and asserts that expectations have been met after each test has finished.