| 18 | public class SeqBench extends InstrumentationTestCase { |
| 19 | |
| 20 | public static class AnI implements I { |
| 21 | @Override public void f() { |
| 22 | } |
| 23 | } |
| 24 | |
| 25 | private static class Benchmarks implements benchmark.Benchmarks { |
| 26 | private static Map<String, Runnable> benchmarks; |
nothing calls this directly
no outgoing calls
no test coverage detected