Searched refs:ExceptionLateInMethodBenchmark (Results 1 – 1 of 1) sorted by relevance
99 runner.forBenchmark(ExceptionLateInMethodBenchmark.class).run(); in testExceptionInMethod_notInDryRun()102 assertTrue(expected.getMessage().contains(ExceptionLateInMethodBenchmark.class.getName())); in testExceptionInMethod_notInDryRun()106 static class ExceptionLateInMethodBenchmark { class in BadUserCodeTest