コード例 #1
0
ファイル: Program.cs プロジェクト: josecohenca/xmlconvertsql
 public BERDecoderTest(System.String sTestName, CoderTestUtilities coderTestUtils)
     : base(sTestName, coderTestUtils)
 {
 }
コード例 #2
0
ファイル: Program.cs プロジェクト: josecohenca/xmlconvertsql
 public DecoderTest(string testName, CoderTestUtilities coderTestUtils)
 {
     this.coderTestUtils = coderTestUtils;
 }