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 voidexit(int code)Deprecated.PrintStreamout()
-
-
-
Method Detail
-
exit
@Deprecated void exit(int code)
Deprecated.Will be removed in the next major release
-
out
PrintStream out()
-
-