Exemplo n.º 1
0
 protected override void Arrange()
 {
     base.Arrange();
     base.Act();
     CodeRepository.Stub(x => x.GetLocation()).Return(Location);
     ReadAndExcludeCodes.Stub(x => x.Read(Location)).Return(UnpresentableCodes);
     DtoPresentator.Stub(x => x.Present(UnpresentableCodes)).Return(Expected);
 }
Exemplo n.º 2
0
 protected override void Act()
 {
     Sut = new ReadAndExcludeCodes(ReadCodesCore,CodeExcluder);
 }
Exemplo n.º 3
0
 protected override void Act()
 {
     Sut = new ReadAndExcludeCodes(ReadCodesCore, CodeExcluder);
 }