package class7_2_TestsFixed; public interface Test extends Runnable { /** * @return the name of this test. * TODO: Needed? Maybe extending runnable is all our tests need.. */ String getName(); }