Package org.junit.internal
Interface JUnitSystem
-
- All Known Implementing Classes:
RealSystem
public interface JUnitSystem
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description void
exit(int code)
Deprecated.PrintStream
out()
-
-
-
Method Detail
-
exit
@Deprecated void exit(int code)
Deprecated.Will be removed in the next major release
-
out
PrintStream out()
-
-