Home
last modified time | relevance | path

Searched refs:LoggingTest (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()
138 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithRename()
177 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithDifferentSuffix()
214 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithoutRename()
243 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleMethodIterations()
275 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testStopsEarly_ifBatteryLevelIsBelowThreshold()
302 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testStopsEarly_ifBatteryDrainIsAboveThreshold()
330 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testAlignWithBatteryChargeCounter()
363 Microbenchmark runner = Mockito.spy(new Microbenchmark(LoggingTest.class, args)); in testAlignWithBatteryChargeCounter_timesOut()
654 public static class LoggingTest { class in MicrobenchmarkTest
[all …]