93949596979899100101102103
} @Test public void testTimedCallable() throws Exception { long start = System.nanoTime(); double time = new TimedCallable() { @Override protected void callTimed() throws Exception { Thread.sleep(337); } }.call();