104105106107108109110111112113114
result.endTest(asTest(description)); } public void testStarted(Description description) throws Exception { result.startTest(asTest(description)); } public junit.framework.Test asTest(Description description) { return new junit.framework.Test() {