Package cli.commands
Class AddUserTest
- java.lang.Object
-
- cli.commands.AddUserTest
-
public class AddUserTest extends java.lang.ObjectTesting add user class
-
-
Constructor Summary
Constructors Constructor Description AddUserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidhasGoodInputTest()Testing good input argumentsvoidhasGoodInputTest2()Testing bad input argumentsvoidhasGoodInputTest3()Testing bad input argumentsvoidmain()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
-
-