Package core.components
Class UserTest
- java.lang.Object
-
- core.components.UserTest
-
public class UserTest extends java.lang.ObjectTesting the user class
-
-
Constructor Summary
Constructors Constructor Description UserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddCard()Testing the addCard methodvoidaddMoney()Testing the addMoney methodvoidaddRenting()Testing the addRenting methodvoidaddSpentTimeOnElectricalBicycle()Testing the addSpentTimeOnElectricalBicycle methodvoidaddSpentTimeOnMechanicalBicycle()Testing the addSpentTimeOnMechanicalBicycle methodvoidaddTimeCredit()Testing the addTimeCredit methodvoiddropBicyclePlanning()Testing the dropBicyclePlanningvoidremoveMoney()Testing the removeMoney methodvoidremoveTimeCredit()Testing the removeTimeCredit methodvoidrentBicyclePlanning()Testing rentBicyclePlanning methodvoidtestEquals()Testing the equals methodvoidtestGetName()Testing the get namevoidtestHashCode()Testing the hashCode method
-
-
-
Method Detail
-
testGetName
public void testGetName()
Testing the get name
-
testEquals
public void testEquals()
Testing the equals method
-
testHashCode
public void testHashCode()
Testing the hashCode method
-
addCard
public void addCard()
Testing the addCard method
-
addMoney
public void addMoney()
Testing the addMoney method
-
removeMoney
public void removeMoney()
Testing the removeMoney method
-
addTimeCredit
public void addTimeCredit()
Testing the addTimeCredit method
-
removeTimeCredit
public void removeTimeCredit()
Testing the removeTimeCredit method
-
rentBicyclePlanning
public void rentBicyclePlanning()
Testing rentBicyclePlanning method
-
dropBicyclePlanning
public void dropBicyclePlanning()
Testing the dropBicyclePlanning
-
addRenting
public void addRenting()
Testing the addRenting method
-
addSpentTimeOnElectricalBicycle
public void addSpentTimeOnElectricalBicycle()
Testing the addSpentTimeOnElectricalBicycle method
-
addSpentTimeOnMechanicalBicycle
public void addSpentTimeOnMechanicalBicycle()
Testing the addSpentTimeOnMechanicalBicycle method
-
-