package tools; import junit.framework.TestCase; public class DummyTest extends TestCase { public void testNothing() { } }