示例#1
0
 public BERDecoderTest(System.String sTestName, CoderTestUtilities coderTestUtils)
     : base(sTestName, coderTestUtils)
 {
 }
示例#2
0
 public DecoderTest(string testName, CoderTestUtilities coderTestUtils)
 {
     this.coderTestUtils = coderTestUtils;
 }