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