Home
last modified time | relevance | path

Searched refs:gtest_help (Results 1 – 1 of 1) sorted by relevance

/system/testing/gtest_extras/tests/
DSystemTests.cpp785 std::size_t gtest_help = sanitized_output_.find("Assertion Behavior:"); in TEST_F() local
786 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() local
804 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()