Uses of Package
org.jmock.integration.junit3
-
Packages that use org.jmock.integration.junit3 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. -
Classes in org.jmock.integration.junit3 used by org.jmock.example.announcer Class Description MockObjectTestCase ATestCase
that supports testing with mock objects.VerifyingTestCase ATestCase
that verifies postconditions after the test has run and before the fixture has been torn down. -
Classes in org.jmock.integration.junit3 used by org.jmock.example.gettingstarted Class Description MockObjectTestCase ATestCase
that supports testing with mock objects.VerifyingTestCase ATestCase
that verifies postconditions after the test has run and before the fixture has been torn down. -
Classes in org.jmock.integration.junit3 used by org.jmock.example.qcon Class Description MockObjectTestCase ATestCase
that supports testing with mock objects.VerifyingTestCase ATestCase
that verifies postconditions after the test has run and before the fixture has been torn down. -
Classes in org.jmock.integration.junit3 used by org.jmock.example.sniper Class Description MockObjectTestCase ATestCase
that supports testing with mock objects.VerifyingTestCase ATestCase
that verifies postconditions after the test has run and before the fixture has been torn down. -
Classes in org.jmock.integration.junit3 used by org.jmock.integration.junit3 Class Description JUnit3ErrorTranslator TranslatesExpectationError
s into JUnit'sAssertionFailedError
s.VerifyingTestCase ATestCase
that verifies postconditions after the test has run and before the fixture has been torn down.