Package cli.commands

Class HelpTest


  • public class HelpTest
    extends java.lang.Object
    Testing Help Class
    • Constructor Summary

      Constructors 
      Constructor Description
      HelpTest()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void hasGoodInput1()
      Testing good input arguments
      void hasGoodInput2()
      Testing bad input arguments
      void hasGoodInput3()
      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

      • HelpTest

        public HelpTest()
    • Method Detail

      • main

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

        public void hasGoodInput1()
        Testing good input arguments
      • hasGoodInput2

        public void hasGoodInput2()
        Testing bad input arguments
      • hasGoodInput3

        public void hasGoodInput3()
        Testing bad input arguments