1 2 3 4 5 6
package org.anarres.cpp; import junit.framework.TestCase; public abstract class BaseTestCase extends TestCase { }