blob: 7976039355282c1808a67b38c39a369aff6ffe76 [file] [log] [blame]
import org.junit.Test;
import static org.junit.Assert.*;
public class TheTest {
@Test
public void testIt() {
new TestTeam().activate();
new TheBase().bar();
assertEquals("Result:", "barfoos\n", TheBase.result);
}
}