コード例 #1
0
 protected virtual void ExpectOrdered(IQuery query, int[] indices)
 {
     SodaTestUtil.ExpectOrdered(query, CollectCandidates(indices));
 }
コード例 #2
0
 protected virtual void Expect(IQuery query, int[] indices)
 {
     SodaTestUtil.Expect(query, CollectCandidates(indices), false);
 }