コード例 #1
0
 public PofReaderTest()
 {
     testObj = new PofReader(context, slotSource);
 }
コード例 #2
0
ファイル: PofReaderTest.cs プロジェクト: briankchan/libdpo
 public void Setup()
 {
     InitializeMocks();
     testObj = new PofReader(context, slotSource);
 }