Home
last modified time | relevance | path

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

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
DBadUserCodeTest.java99 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