Package core.components
Class StationTest
- java.lang.Object
-
- core.components.StationTest
-
public class StationTest extends java.lang.Object
Testing Station Class
-
-
Constructor Summary
Constructors Constructor Description StationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addMoney()
Testing addMoney methodvoid
addNumberOfDroppings()
Testing addNumberOfDroppings methodvoid
getElectricalParkingSlot()
Testing getElectricalParkingSlot methodvoid
getExistTypeBikeTest()
Testing getExistTypeBike methodvoid
getMechanicalParkingSlot()
Testing getMechanicalParkingSlot methodvoid
getOneFreeSlot()
Testing getOneFreeSlot methodvoid
getParkingSlotTypeBicycle()
Testing getParkingSlotTypeBicycle methodvoid
hasAvailableElectricalBicycle()
Testing hasAvailableElectricalBicycle methodvoid
hasAvailableMechanicalBicycle()
Testing hasAvailableMechanicalBicycle methodvoid
hasOneSlotFree()
Testing hasOneSlotFree methodvoid
removeMoney()
Testing removeMoney method
-
-
-
Method Detail
-
getExistTypeBikeTest
public void getExistTypeBikeTest()
Testing getExistTypeBike method
-
hasAvailableElectricalBicycle
public void hasAvailableElectricalBicycle()
Testing hasAvailableElectricalBicycle method
-
hasAvailableMechanicalBicycle
public void hasAvailableMechanicalBicycle()
Testing hasAvailableMechanicalBicycle method
-
hasOneSlotFree
public void hasOneSlotFree()
Testing hasOneSlotFree method
-
getOneFreeSlot
public void getOneFreeSlot()
Testing getOneFreeSlot method
-
getParkingSlotTypeBicycle
public void getParkingSlotTypeBicycle()
Testing getParkingSlotTypeBicycle method
-
getElectricalParkingSlot
public void getElectricalParkingSlot()
Testing getElectricalParkingSlot method
-
getMechanicalParkingSlot
public void getMechanicalParkingSlot()
Testing getMechanicalParkingSlot method
-
addMoney
public void addMoney()
Testing addMoney method
-
removeMoney
public void removeMoney()
Testing removeMoney method
-
addNumberOfDroppings
public void addNumberOfDroppings()
Testing addNumberOfDroppings method
-
-