blob: e8d47223f7b5fc1a4f22d06059b44f8cd761c999 [file] [log] [blame]
import org.junit.Test;
public class TheTest {
@Test
public void testIt() {
new TestTeam().activate();
new TheBase().bar();
}
}