Uses of Class
org.jmock.integration.junit3.VerifyingTestCase
-
Packages that use VerifyingTestCase Package Description org.jmock.example.announcer org.jmock.example.gettingstarted org.jmock.example.qcon org.jmock.example.sniper org.jmock.integration.junit3 Integrates jMock with JUnit 3. -
-
Uses of VerifyingTestCase in org.jmock.example.announcer
Subclasses of VerifyingTestCase in org.jmock.example.announcer Modifier and Type Class Description class
AnnouncerTests
-
Uses of VerifyingTestCase in org.jmock.example.gettingstarted
Subclasses of VerifyingTestCase in org.jmock.example.gettingstarted Modifier and Type Class Description class
GettingStartedJUnit3
class
GettingStartedJUnit3Mockomatic
-
Uses of VerifyingTestCase in org.jmock.example.qcon
Subclasses of VerifyingTestCase in org.jmock.example.qcon Modifier and Type Class Description class
DJTests
-
Uses of VerifyingTestCase in org.jmock.example.sniper
Subclasses of VerifyingTestCase in org.jmock.example.sniper Modifier and Type Class Description class
AuctionSniperTests
-
Uses of VerifyingTestCase in org.jmock.integration.junit3
Subclasses of VerifyingTestCase in org.jmock.integration.junit3 Modifier and Type Class Description class
MockObjectTestCase
ATestCase
that supports testing with mock objects.
-