/// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The <see cref="BufferingJsonReaderTestDescriptor"/> instance to clone.</param>
 public ReorderingJsonReaderTestCaseDescriptor(ReorderingJsonReaderTestCaseDescriptor other)
 {
     this.assert = other.assert;
     this.JsonText = other.JsonText;
     this.ExpectedJsonText = other.ExpectedJsonText;
 }
 /// <summary>
 /// Copy constructor.
 /// </summary>
 /// <param name="other">The <see cref="BufferingJsonReaderTestDescriptor"/> instance to clone.</param>
 public ReorderingJsonReaderTestCaseDescriptor(ReorderingJsonReaderTestCaseDescriptor other)
 {
     this.assert           = other.assert;
     this.JsonText         = other.JsonText;
     this.ExpectedJsonText = other.ExpectedJsonText;
 }