Home
last modified time | relevance | path

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

/platform_testing/libraries/health/runners/microbenchmark/tests/src/android/platform/test/microbenchmark/
DMicrobenchmarkTest.java70 assertThat(loggingRunner.getOperationLog()).containsExactly( in testFeatureExecutionOrder()
98 assertThat(loggingRunner.getOperationLog()).containsExactly( in testMultipleIterationsWithRename()
135 assertThat(loggingRunner.getOperationLog()).containsExactly( in testMultipleIterationsWithDifferentSuffix()
170 assertThat(loggingRunner.getOperationLog()) in testMultipleIterationsWithoutRename()
200 assertThat(loggingRunner.getOperationLog()) in testMultipleMethodIterations()
252 List<String> getOperationLog() { in getOperationLog() method in MicrobenchmarkTest.LoggingMicrobenchmark