Пример #1
0
 public ParkingLotTests()
 {
     clock = new TestClock();
     lot   = new ParkingLot(clock, 15, TimeSpan.FromMinutes(15), TimeSpan.FromMinutes(0));
     lot   = new ParkingLot(clock, new FotexPriceStrategy());
     Gates.Reset();
 }
Пример #2
0
 public ParkingLotTests()
 {
     clock = new TestClock();
     lot   = new ParkingLot(clock, new FotexPriceStrategy());
     Gates.Reset();
 }
Пример #3
0
 public ParkingLotTests()
 {
     clock = new TestClock();
     lot   = new ParkingLot(clock);
     Gates.Reset();
 }