コード例 #1
0
ファイル: CellOperatorTest.cs プロジェクト: skolima/fitsharp
 public void MakeIntFixture()
 {
     service    = new Service.Service();
     intFixture = new IntFixture {
         Processor = service
     };
 }
コード例 #2
0
 public void MakeIntFixture()
 {
     service = new Service.Service();
     intFixture = new IntFixture { Processor = service };
 }