Searched refs:JUnitSystem (Results 1 – 4 of 4) sorted by relevance
4 import org.junit.internal.JUnitSystem;69 Result runMain(JUnitSystem system, String... args) { in runMain()
5 public interface JUnitSystem { interface
5 public class RealSystem implements JUnitSystem {
16 public TextListener(JUnitSystem system) { in TextListener()