예제 #1
0
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The other test descriptor to copy values from.</param>
 protected ReaderTestDescriptor(ReaderTestDescriptor other)
 {
     this.Model                  = other.Model;
     this.Annotations            = other.Annotations;
     this.ExpectedResultCallback = other.ExpectedResultCallback;
     this.DebugDescription       = other.DebugDescription;
     this.SkipTestConfiguration  = other.SkipTestConfiguration;
 }
예제 #2
0
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The other test descriptor to copy values from.</param>
 protected ReaderTestDescriptor(ReaderTestDescriptor other)
 {
     this.Model = other.Model;
     this.Annotations = other.Annotations;
     this.ExpectedResultCallback = other.ExpectedResultCallback;
     this.DebugDescription = other.DebugDescription;
     this.SkipTestConfiguration = other.SkipTestConfiguration;
 }