Package cli.commands

Class AddUserTest


  • public class AddUserTest
    extends java.lang.Object
    Testing add user class
    • Constructor Summary

      Constructors 
      Constructor Description
      AddUserTest()  
    • 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 hasGoodInputTest3()
      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

      • AddUserTest

        public AddUserTest()
    • 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
      • hasGoodInputTest3

        public void hasGoodInputTest3()
        Testing bad input arguments