public void Test_CreateSlot() { parkingSpace.CreateSlot(SlotSize.L, 5); Assert.AreEqual(5, parkingSpace.GetFreeSlotCount(SlotSize.L)); }