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.java66 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class); in testFeatureExecutionOrder() local
67 loggingRunner.setOperationLog(new ArrayList<String>()); in testFeatureExecutionOrder()
68 Result result = new JUnitCore().run(loggingRunner); in testFeatureExecutionOrder()
70 assertThat(loggingRunner.getOperationLog()).containsExactly( in testFeatureExecutionOrder()
94 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithRename() local
95 loggingRunner.setOperationLog(new ArrayList<String>()); in testMultipleIterationsWithRename()
96 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithRename()
98 assertThat(loggingRunner.getOperationLog()).containsExactly( in testMultipleIterationsWithRename()
131 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithDifferentSuffix() local
132 loggingRunner.setOperationLog(new ArrayList<String>()); in testMultipleIterationsWithDifferentSuffix()
[all …]