26 import java.util.Map;
27
28 public interface TestCase {
29 Map.Entry<Boolean, String> runTest();
30 }
31
32