Uses of Interface
org.junit.internal.JUnitSystem
-
Packages that use JUnitSystem Package Description org.junit.internal org.junit.runner Provides classes used to describe, collect, run and analyze multiple tests. -
-
Uses of JUnitSystem in org.junit.internal
Classes in org.junit.internal that implement JUnitSystem Modifier and Type Class Description class
RealSystem
Constructors in org.junit.internal with parameters of type JUnitSystem Constructor Description TextListener(JUnitSystem system)
-
Uses of JUnitSystem in org.junit.runner
Methods in org.junit.runner with parameters of type JUnitSystem Modifier and Type Method Description (package private) Result
JUnitCore. runMain(JUnitSystem system, java.lang.String... args)
-