Package cli.commands

Class AddManagerTest


  • public class AddManagerTest
    extends java.lang.Object
    Testing add manager class
    • Constructor Summary

      Constructors 
      Constructor Description
      AddManagerTest()  
    • Method Summary

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

      • AddManagerTest

        public AddManagerTest()
    • Method Detail

      • main

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

        public void hasGoodInputTest()
        Testing good input arguments
      • hasGoodInputTest2

        public void hasGoodInputTest2()
        Testing bad input arguments