org.jmock.core
Class VerifyingTestCase
TestCase
org.jmock.core.VerifyingTestCase
public abstract class VerifyingTestCase
extends TestCase
A
TestCase
that verifies
Verifiable
fields and registered Verifiable objects after the test has run and before the fixture
has been torn down.
VerifyingTestCase
public VerifyingTestCase()
VerifyingTestCase
public VerifyingTestCase(String name)
registerToVerify
public void registerToVerify(Verifiable verifiable)
runBare
public void runBare()
throws Throwable
unregisterToVerify
public void unregisterToVerify(Verifiable verifiable)
verify
public void verify()