Package cli.commands

Class DisplayStationTest


  • public class DisplayStationTest
    extends java.lang.Object
    Testing DisplayStation Class
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void hasGoodInputTest()
      Testing good input arguments
      void hasGoodInputTest1()
      Testing bad input arguments
      void main()
      Test that need to be implemented
      • Methods inherited from class java.lang.Object

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

      • DisplayStationTest

        public DisplayStationTest()
    • Method Detail

      • main

        public void main()
        Test that need to be implemented
      • hasGoodInputTest

        public void hasGoodInputTest()
        Testing good input arguments
      • hasGoodInputTest1

        public void hasGoodInputTest1()
        Testing bad input arguments