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