Package core.components
Class UserTest
- java.lang.Object
-
- core.components.UserTest
-
public class UserTest extends java.lang.Object
Testing the user class
-
-
Constructor Summary
Constructors Constructor Description UserTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addCard()
Testing the addCard methodvoid
addMoney()
Testing the addMoney methodvoid
addRenting()
Testing the addRenting methodvoid
addSpentTimeOnElectricalBicycle()
Testing the addSpentTimeOnElectricalBicycle methodvoid
addSpentTimeOnMechanicalBicycle()
Testing the addSpentTimeOnMechanicalBicycle methodvoid
addTimeCredit()
Testing the addTimeCredit methodvoid
dropBicyclePlanning()
Testing the dropBicyclePlanningvoid
removeMoney()
Testing the removeMoney methodvoid
removeTimeCredit()
Testing the removeTimeCredit methodvoid
rentBicyclePlanning()
Testing rentBicyclePlanning methodvoid
testEquals()
Testing the equals methodvoid
testGetName()
Testing the get namevoid
testHashCode()
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
-
-