org.jmock.integration.junit3
Class VerifyingTestCase
java.lang.Object
TestCase
org.jmock.integration.junit3.VerifyingTestCase
- Direct Known Subclasses:
- MockObjectTestCase
public abstract class VerifyingTestCase
- extends TestCase
A TestCase
that verifies postconditions after the
test has run and before the fixture has been torn down.
- Since:
- 1.0
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
VerifyingTestCase
public VerifyingTestCase()
VerifyingTestCase
public VerifyingTestCase(String name)
runBare
public void runBare()
throws Throwable
- Throws:
Throwable
verify
public void verify()
addVerifier
public void addVerifier(Runnable verifier)