public void SetUp ()
 {
   _resultOperator = new TestResultOperator ();
   _executeInMemoryInput = new StreamedSequence (new[] { 1, 2, 3, 4, 3, 2, 1 }, new StreamedSequenceInfo (typeof (int[]), Expression.Constant (0)));
 }
Beispiel #2
0
 public void SetUp()
 {
     _resultOperator       = new TestResultOperator();
     _executeInMemoryInput = new StreamedSequence(new[] { 1, 2, 3, 4, 3, 2, 1 }, new StreamedSequenceInfo(typeof(int[]), Expression.Constant(0)));
 }