com.mockobjects.util
Class TestCaseMo
TestCase
com.mockobjects.util.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)
TestCaseMo
public TestCaseMo(String name)
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.