1 package ejava.projects.eleague.bl; 2 3 public interface LeagueTestUtil { 4 void reset() throws RuntimeException; 5 }