Exemplo n.º 1
0
 public void BeforeTest()
 {
     _dateTimeSupplier = new MockDateTimeSupplier(new DateTime(2012, 08, 13, 12, 30, 00));
     _underTest        = new LimitedTimeSample(_dateTimeSupplier, TimeToKeepItems, TimeBetweenRemovingOldItems);
 }
Exemplo n.º 2
0
 public void BeforeTest()
 {
     _dateTimeSupplier = new MockDateTimeSupplier(new DateTime(2012, 08, 13, 12, 30, 00));
     _underTest = new LimitedTimeSample(_dateTimeSupplier, TimeToKeepItems, TimeBetweenRemovingOldItems);
 }