Searched refs:total_tests (Results 1 – 2 of 2) sorted by relevance
4 def create_display(opts, tests, total_tests, workers): argument9 of_total = (' of %d' % total_tests) if (num_tests != total_tests) else ''
3930 int total_tests = 0; in PrintXmlTestsList() local3932 total_tests += test_suite->total_test_count(); in PrintXmlTestsList()3935 StreamableToString(total_tests)); in PrintXmlTestsList()4320 int total_tests = 0; in PrintJsonTestList() local4322 total_tests += test_suite->total_test_count(); in PrintJsonTestList()4324 OutputJsonKey(stream, kTestsuites, "tests", total_tests, kIndent); in PrintJsonTestList()