Lines Matching refs:test_set
3534 TypeParam test_set(test_vals, test_vals + 4); in TYPED_TEST() local
3536 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
3538 Explain(m, test_set)); in TYPED_TEST()
3546 TypeParam test_set(test_vals, test_vals + 6); in TYPED_TEST() local
3548 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
3549 EXPECT_EQ("which has these unexpected elements: 46", Explain(m, test_set)); in TYPED_TEST()
3557 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
3559 EXPECT_FALSE(m.Matches(test_set)); in TYPED_TEST()
3562 Explain(m, test_set)); in TYPED_TEST()
3570 TypeParam test_set(test_vals, test_vals + 5); in TYPED_TEST() local
3574 EXPECT_EQ("", Explain(m, test_set)); in TYPED_TEST()
3584 vector<int> test_set(test_vals, test_vals + 3); in TEST() local
3586 EXPECT_FALSE(m.Matches(test_set)); in TEST()
3588 Explain(m, test_set)); in TEST()
3597 list<size_t> test_set(test_vals, test_vals + 7); in TEST() local
3599 EXPECT_FALSE(m.Matches(test_set)); in TEST()
3601 Explain(m, test_set)); in TEST()
3609 list<size_t> test_set(test_vals, test_vals + 5); in TEST() local
3611 EXPECT_FALSE(m.Matches(test_set)); in TEST()
3614 Explain(m, test_set)); in TEST()
3623 vector<int> test_set(test_vals, test_vals + 5); in TEST() local
3626 EXPECT_FALSE(m.Matches(test_set)); in TEST()
3628 EXPECT_EQ("", Explain(m, test_set)); in TEST()