Searched defs:TestStats (Results 1 – 3 of 3) sorted by relevance
18 class TestStats class38 TestStats() : testcount_(0), passcount_(0) {} in TestStats() function in TestStats
71 typedef struct TestStats struct76 } TestStats; argument
887 static void TestStats(const TestContext& ctx) in TestStats() function