Package core.system
Class MyVelibSystemTest
- java.lang.Object
-
- core.system.MyVelibSystemTest
-
public class MyVelibSystemTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description MyVelibSystemTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMoney()voiddisplayStationReport()voiddisplaySystemReport()voiddisplayUserReport()voidremoveMoney()voidrentBicycle()voidtestEquals()voidtestHashCode()voidtestToString()
-
-
-
Method Detail
-
testToString
public void testToString()
-
testEquals
public void testEquals()
-
testHashCode
public void testHashCode()
-
rentBicycle
public void rentBicycle()
-
addMoney
public void addMoney()
-
removeMoney
public void removeMoney()
-
displayUserReport
public void displayUserReport()
-
displayStationReport
public void displayStationReport()
-
displaySystemReport
public void displaySystemReport()
-
-