runnable.run();
}
@Test
public void testLineExceptionIsThrownAtIsHintedAt() throws Exception {
stubAllKoans(Arrays.asList(new BlowUpOnLineTen()));
new CommandLineArgumentRunner().run();
assertSystemOutContains("Line 10");
assertSystemOutDoesntContain("Line 11");
}