Package org.junit.internal
Class RealSystem
- java.lang.Object
-
- org.junit.internal.RealSystem
-
- All Implemented Interfaces:
JUnitSystem
public class RealSystem extends java.lang.Object implements JUnitSystem
-
-
Constructor Summary
Constructors Constructor Description RealSystem()
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description void
exit(int code)
Deprecated.java.io.PrintStream
out()
-
-
-
Method Detail
-
exit
@Deprecated public void exit(int code)
Deprecated.Will be removed in the next major release- Specified by:
exit
in interfaceJUnitSystem
-
out
public java.io.PrintStream out()
- Specified by:
out
in interfaceJUnitSystem
-
-