Class ManagerTest


  • public class ManagerTest
    extends java.lang.Object
    Testing Manager Class
    • Constructor Summary

      Constructors 
      Constructor Description
      ManagerTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void displaySystemReport()
      Testing displaySystemReport method
      void seeCurrentStatus()
      Testing seeCurrentStatus method
      void seeMyStatus()
      Testing seeMyStatus method
      • Methods inherited from class java.lang.Object

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

      • ManagerTest

        public ManagerTest()
    • Method Detail

      • seeMyStatus

        public void seeMyStatus()
        Testing seeMyStatus method
      • seeCurrentStatus

        public void seeCurrentStatus()
        Testing seeCurrentStatus method
      • displaySystemReport

        public void displaySystemReport()
        Testing displaySystemReport method