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