Package core.components.factories
Class ParkingSlotsFactoryTest
- java.lang.Object
-
- core.components.factories.ParkingSlotsFactoryTest
-
public class ParkingSlotsFactoryTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParkingSlotsFactoryTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
createElectricalBicycleSlot()
void
createElectricalBicycleSlots()
void
createFreeParkingSlot()
void
createFreeParkingSlots()
void
createMechanicalBicycleSlot()
void
createMechanicalBicycleSlots()
-
-
-
Method Detail
-
createFreeParkingSlots
public void createFreeParkingSlots()
-
createFreeParkingSlot
public void createFreeParkingSlot()
-
createElectricalBicycleSlot
public void createElectricalBicycleSlot()
-
createElectricalBicycleSlots
public void createElectricalBicycleSlots()
-
createMechanicalBicycleSlot
public void createMechanicalBicycleSlot()
-
createMechanicalBicycleSlots
public void createMechanicalBicycleSlots()
-
-