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