Searched refs:loggingRunner (Results 1 – 1 of 1) sorted by relevance
109 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class); in testFeatureExecutionOrder() local110 Result result = new JUnitCore().run(loggingRunner); in testFeatureExecutionOrder()138 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithRename() local139 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithRename()177 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithDifferentSuffix() local178 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithDifferentSuffix()214 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleIterationsWithoutRename() local215 Result result = new JUnitCore().run(loggingRunner); in testMultipleIterationsWithoutRename()243 LoggingMicrobenchmark loggingRunner = new LoggingMicrobenchmark(LoggingTest.class, args); in testMultipleMethodIterations() local244 Result result = new JUnitCore().run(loggingRunner); in testMultipleMethodIterations()[all …]