Searched refs:stop_called (Results 1 – 2 of 2) sorted by relevance
2924 std::atomic<bool> stop_called{false}; in TEST_P() local2926 [&stop_called] { stop_called = true; }); in TEST_P()2928 EXPECT_TRUE(stop_called); in TEST_P()3537 EXPECT_TRUE(stop_called); in ~TestInterceptor()3544 EXPECT_FALSE(stop_called); in OnSetup()3551 EXPECT_FALSE(stop_called); in OnStart()3558 EXPECT_FALSE(stop_called); in OnStop()3559 stop_called = true; in OnStop()3571 EXPECT_FALSE(self->stop_called); in OnTracePacket()3599 bool stop_called = false; member in __anone89577de0111::TestInterceptor[all …]
631 static bool stop_called = false; in TEST_F() local650 stop_called = true; in TEST_F()662 ASSERT_FALSE(stop_called); in TEST_F()664 ASSERT_TRUE(stop_called); in TEST_F()