Home
last modified time | relevance | path

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

/system/testing/gtest_extras/gtest_isolated/
DIsolate.h85 size_t total_tests_ = 0; variable
DIsolate.cpp155 total_tests_++; in EnumerateTests()
557 PluralizeString(total_tests_, " test").c_str(), in PrintFooter()
805 std::string job_info("Running " + PluralizeString(total_tests_, " test") + " from " + in Run()