Package cli.commands
Class AddUserTest
- java.lang.Object
-
- cli.commands.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 argumentsvoid
hasGoodInputTest2()
Testing bad input argumentsvoid
hasGoodInputTest3()
Testing bad input argumentsvoid
main()
Test that need to be implemented
-
-
-
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
-
-