Exemplo n.º 1
0
        public void Test_UnPark_Vehical()
        {
            Test_CreateSlot();
            Test_Park_Vehical();

            parkingSpace.UnPark("KA05");

            Assert.AreEqual(5, parkingSpace.GetFreeSlotCount(SlotSize.L));
        }