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