Searched refs:gtest_help (Results 1 – 1 of 1) sorted by relevance
785 std::size_t gtest_help = sanitized_output_.find("Assertion Behavior:"); in TEST_F() local786 ASSERT_NE(std::string::npos, gtest_help) << "Cannot find gtest help:\n" << raw_output_; in TEST_F()788 ASSERT_GT(gtest_help, isolation_help) << "Gtest help before isolation help:\n" << raw_output_; in TEST_F()803 std::size_t gtest_help = sanitized_output_.find("\x1B[0;32m--gtest_list_tests\x1B[m"); in TEST_F() local804 ASSERT_NE(std::string::npos, gtest_help) << "Cannot find gtest help:\n" << raw_output_; in TEST_F()806 ASSERT_GT(gtest_help, isolation_help) << "Gtest help before isolation help:\n" << raw_output_; in TEST_F()