Example #1
0
 public void TearDown()
 {
     _sut = null;
 }
 public void Foo()
 {
     IDistinctMonthHelper monthHelper   = new DistinctMonthHelper(new CurrentTimeHelper());
     IArchiveMapper       archiveMapper = new ArchiveMapper();
     var sut = new Archiver(monthHelper, archiveMapper);
 }
Example #3
0
 public void Init()
 {
     _sut = new ArchiveMapper();
 }