Package cli.commands

Class SetupTest


  • public class SetupTest
    extends java.lang.Object
    Testing SetupTest class
    • Constructor Summary

      Constructors 
      Constructor Description
      SetupTest()  
    • Method Summary

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

      • SetupTest

        public SetupTest()
    • Method Detail

      • main

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

        public void hasGoodInput1()
        Testing has good input
      • hasGoodInput2

        public void hasGoodInput2()
        Testing has good input
      • hasGoodInput3

        public void hasGoodInput3()
        Testing has good input