1 package jester;2 3 public interface TestRunner {4 boolean testsRunWithoutFailures() throws SourceChangeException;5 }