com.mockobjects.util

Class TestCaseMo

public abstract class TestCaseMo extends TestCase

Provides a level of indirection from TestCase so you can accomodate JUnit interface changes (like the change from 2.x to 3.1)
Constructor Summary
TestCaseMo(String name)
Method Summary
voidassertFails(String message, Runnable runnable)
voidassertVerifyFails(Verifiable aVerifiable)
static voidstart(String[] testNames)

Constructor Detail

TestCaseMo

public TestCaseMo(String name)

Method Detail

assertFails

public void assertFails(String message, Runnable runnable)

assertVerifyFails

public void assertVerifyFails(Verifiable aVerifiable)

start

public static void start(String[] testNames)
Copyright © 2002 Mock Objects. All Rights Reserved.