public ParkingLotTests() { clock = new TestClock(); lot = new ParkingLot(clock, new FotexPriceStrategy()); Gates.Reset(); }
public ParkingLotTests() { clock = new TestClock(); lot = new ParkingLot(clock); Gates.Reset(); }