Package cli.commands
Class ReturnBicycleTest
- java.lang.Object
-
- cli.commands.ReturnBicycleTest
-
public class ReturnBicycleTest extends java.lang.Object
Testing ReturnBicycle Class
-
-
Constructor Summary
Constructors Constructor Description ReturnBicycleTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
hasGoodInput1()
Testing good input argumentsvoid
hasGoodInput2()
Testing bad input argumentsvoid
hasGoodInput3()
Testing bad input argumentsvoid
hasGoodInput4()
Testing bad input argumentsvoid
main()
Test that need to be implemented
-
-
-
Method Detail
-
main
public void main()
Test that need to be implemented
-
hasGoodInput1
public void hasGoodInput1()
Testing good input arguments
-
hasGoodInput2
public void hasGoodInput2()
Testing bad input arguments
-
hasGoodInput3
public void hasGoodInput3()
Testing bad input arguments
-
hasGoodInput4
public void hasGoodInput4()
Testing bad input arguments
-
-