Package core.components
Class StationTest
- java.lang.Object
-
- core.components.StationTest
-
public class StationTest extends java.lang.ObjectTesting Station Class
-
-
Constructor Summary
Constructors Constructor Description StationTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddMoney()Testing addMoney methodvoidaddNumberOfDroppings()Testing addNumberOfDroppings methodvoidgetElectricalParkingSlot()Testing getElectricalParkingSlot methodvoidgetExistTypeBikeTest()Testing getExistTypeBike methodvoidgetMechanicalParkingSlot()Testing getMechanicalParkingSlot methodvoidgetOneFreeSlot()Testing getOneFreeSlot methodvoidgetParkingSlotTypeBicycle()Testing getParkingSlotTypeBicycle methodvoidhasAvailableElectricalBicycle()Testing hasAvailableElectricalBicycle methodvoidhasAvailableMechanicalBicycle()Testing hasAvailableMechanicalBicycle methodvoidhasOneSlotFree()Testing hasOneSlotFree methodvoidremoveMoney()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
-
-