Lines Matching refs:EXPECT_IN
42 #define EXPECT_IN(sub, str) EXPECT_TRUE(In((sub), (str))) macro
1053 EXPECT_IN( in TEST_F()
1064 EXPECT_IN( in TEST_F()
1076 EXPECT_IN( in TEST_F()
1088 EXPECT_IN( in TEST_F()
1108 EXPECT_IN( in TEST_F()
1119 EXPECT_IN( in TEST_F()
1131 EXPECT_IN( in TEST_F()
1275 EXPECT_IN(FAKE_KERNEL("1.0.0", "A1", 1), xml) << "\nOld requirements must not change."; in TEST_F()
1276 EXPECT_IN(FAKE_KERNEL("2.0.0", "B1", 1), xml) << "\nOld requirements must not change."; in TEST_F()
1277 EXPECT_IN(FAKE_KERNEL("3.0.0", "C2", 2), xml) << "\nShould see <kernel> from new matrices"; in TEST_F()
1278 EXPECT_IN(FAKE_KERNEL("4.0.0", "D2", 2), xml) << "\nShould see <kernel> from new matrices"; in TEST_F()
1280 EXPECT_IN(FAKE_KERNEL("2.0.0", "B2", 2), xml) << "\nShould see <kernel> from new matrices"; in TEST_F()
1293 EXPECT_IN(FAKE_KERNEL("1.0.0", "A1", 1), xml) << "\nOld requirements must not change."; in TEST_F()
1294 EXPECT_IN(FAKE_KERNEL("2.0.0", "B1", 1), xml) << "\nOld requirements must not change."; in TEST_F()
1295 EXPECT_IN(FAKE_KERNEL("3.0.0", "C2", 2), xml) << "\nOld requirements must not change."; in TEST_F()
1296 EXPECT_IN(FAKE_KERNEL("4.0.0", "D2", 2), xml) << "\nOld requirements must not change."; in TEST_F()
1297 EXPECT_IN(FAKE_KERNEL("5.0.0", "E3", 3), xml) << "\nShould see <kernel> from new matrices"; in TEST_F()
1299 EXPECT_IN(FAKE_KERNEL("2.0.0", "B2", 2), xml) << "\nShould see <kernel> from new matrices"; in TEST_F()
1300 EXPECT_IN(FAKE_KERNEL("4.0.0", "D3", 3), xml) << "\nShould see <kernel> from new matrices"; in TEST_F()