/// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The test case instance to copy.</param>
 public ReadWithLengthTestCase(ReadWithLengthTestCase other)
     : base(other)
 {
 }
Beispiel #2
0
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The test case instance to copy.</param>
 public ReadWithLengthTestCase(ReadWithLengthTestCase other)
     : base(other)
 {
 }