Searched refs:total_tests (Results 1 – 1 of 1) sorted by relevance
5282 int total_tests = 0; in PrintXmlTestsList() local5284 total_tests += test_cases[i]->total_test_count(); in PrintXmlTestsList()5287 StreamableToString(total_tests)); in PrintXmlTestsList()5659 int total_tests = 0; in PrintJsonTestList() local5661 total_tests += test_cases[i]->total_test_count(); in PrintJsonTestList()5663 OutputJsonKey(stream, kTestsuites, "tests", total_tests, kIndent); in PrintJsonTestList()