Searched refs:TEST_RUN (Results 1 – 2 of 2) sorted by relevance
55 private static final String TEST_RUN = "test_run"; field in GoogleBenchmarkResultParserTest103 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParseSimpleFile()161 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParseSimpleFile_twoTests()185 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_contextError()199 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_noBenchmarkResults()223 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_benchmarkError()239 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testJsonParse()261 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParseSimpleFile_withWarning()287 new GoogleBenchmarkResultParser(TEST_RUN, mMockInvocationListener); in testParse_ignore()
109 TEST_RUN, enumConstant155 return TestLevel.TEST_RUN; in processNewProto()