예제 #1
0
        public void CreateParkLotTest()
        {
            ICommands commands = new CommandRouter();

            commands.create_parking_lot("4");
            Assert.IsTrue(Program.ParkingLot != null && Program.ParkingLot.Cars.Length == 4);
        }