Class StationTest


  • public class StationTest
    extends java.lang.Object
    Testing Station Class
    • Constructor Detail

      • StationTest

        public StationTest()
    • 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