Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java109 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class); in testFeatureExecutionOrder() local
110 Result result = new JUnitCore().run(loggingRunner); in testFeatureExecutionOrder()
138 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithRename() local
139 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithRename()
177 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithDifferentSuffix() local
178 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithDifferentSuffix()
214 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithoutRename() local
215 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithoutRename()
243 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleMethodIterations() local
244 Result result = new JUnitCore().run(loggingRunner); in testMultipleMethodIterations()
[all …]