protected virtual void ExpectOrdered(IQuery query, int[] indices) { SodaTestUtil.ExpectOrdered(query, CollectCandidates(indices)); }
protected virtual void Expect(IQuery query, int[] indices) { SodaTestUtil.Expect(query, CollectCandidates(indices), false); }