Searched refs:LoggingTest (Results 1 – 1 of 1) sorted by relevance
66 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class); in testFeatureExecutionOrder()94 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithRename()131 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithDifferentSuffix()166 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithoutRename()196 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleMethodIterations()242 if (test instanceof LoggingTest) { in createTest()243 ((LoggingTest)test).setOperationLog(mOperationLog); in createTest()279 public static class LoggingTest { class in MicrobenchmarkTest