Exemplo n.º 1
0
 public void MakeIntFixture()
 {
     service    = new Service.Service();
     intFixture = new IntFixture {
         Processor = service
     };
 }
Exemplo n.º 2
0
 public void MakeIntFixture()
 {
     service = new Service.Service();
     intFixture = new IntFixture { Processor = service };
 }