Class 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()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RealSystem

        public RealSystem()
    • Method Detail

      • exit

        @Deprecated
        public void exit​(int code)
        Deprecated.
        Will be removed in the next major release
        Specified by:
        exit in interface JUnitSystem
      • out

        public java.io.PrintStream out()
        Specified by:
        out in interface JUnitSystem