protected void GivenValues(params T[] values)
 {
     rangeQueryProc = new RangeQueryProcessor <T>(values, placeholder,
                                                  accumulator);
 }
 public void TearDown()
 {
     rangeQueryProc = null;
 }