public SortedReversibleDictionaryString2StringTests()
 {
     this.DictData = TestDataHelper.String2String(0, 100);
     this.TestData = TestDataHelper.String2String(100, 200);
 }
 public ReversibleDictionaryInt2StringTests()
 {
     this.DictData = TestDataHelper.Int2String(0, 100);
     this.TestData = TestDataHelper.Int2String(100, 200);
 }
 public SortedReversibleDictionaryInt2IntTests()
 {
     this.DictData = TestDataHelper.Int2Int(0, 100);
     this.TestData = TestDataHelper.Int2Int(100, 200);
 }