niagara-ax/decompiled/junit/runner/TestSuiteLoader.java
2026-03-17 13:31:18 -07:00

8 lines
178 B
Java

package junit.runner;
public interface TestSuiteLoader {
Class load(String str) throws ClassNotFoundException;
Class reload(Class cls) throws ClassNotFoundException;
}