Searched refs:thread_string_before_start (Results 1 – 1 of 1) sorted by relevance
239 std::string thread_string_before_start = message_loop_thread.ToString(); in TEST_F() local240 ASSERT_FALSE(thread_string_before_start.empty()); in TEST_F()247 ASSERT_STRNE(thread_string_running.c_str(), thread_string_before_start.c_str()); in TEST_F()252 ASSERT_STREQ(thread_string_after_shutdown.c_str(), thread_string_before_start.c_str()); in TEST_F()