Searched refs:OnFooReadyRun (Results 1 – 1 of 1) sorted by relevance
623 bool OnFooReadyRun = false; in TEST_F() local626 OnFooReadyRun = true; in TEST_F()651 EXPECT_FALSE(OnFooReadyRun) << "Query for \"Foo\" was run unexpectedly"; in TEST_F()660 EXPECT_TRUE(OnFooReadyRun) << "Query for \"Foo\" was not run"; in TEST_F()692 bool OnFooReadyRun = false; in TEST_F() local695 OnFooReadyRun = true; in TEST_F()721 EXPECT_FALSE(OnFooReadyRun) << "Query for \"Foo\" was run unexpectedly"; in TEST_F()730 EXPECT_TRUE(OnFooReadyRun) << "Query for \"Foo\" was not run"; in TEST_F()762 bool OnFooReadyRun = false; in TEST_F() local765 OnFooReadyRun = true; in TEST_F()[all …]