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