org.junit.internal
Class RealSystem

java.lang.Object
  extended by org.junit.internal.RealSystem
All Implemented Interfaces:
JUnitSystem

public class RealSystem
extends Object
implements JUnitSystem


Constructor Summary
RealSystem()
           
 
Method Summary
 void exit(int code)
           
 PrintStream out()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RealSystem

public RealSystem()
Method Detail

exit

public void exit(int code)
Specified by:
exit in interface JUnitSystem

out

public PrintStream out()
Specified by:
out in interface JUnitSystem