Home | History | Annotate | Download | only in test

Lines Matching refs:TupleMatches

262 // Tests the TupleMatches() template function.
268 EXPECT_TRUE(TupleMatches(matchers, values));
276 EXPECT_TRUE(TupleMatches(matchers, values1));
277 EXPECT_FALSE(TupleMatches(matchers, values2));
287 EXPECT_TRUE(TupleMatches(matchers, values1));
288 EXPECT_FALSE(TupleMatches(matchers, values2));
289 EXPECT_FALSE(TupleMatches(matchers, values3));
290 EXPECT_FALSE(TupleMatches(matchers, values4));
302 EXPECT_TRUE(TupleMatches(matchers, values1));
303 EXPECT_FALSE(TupleMatches(matchers, values2));
304 EXPECT_FALSE(TupleMatches(matchers, values3));