jdk/test/sun/security/ssl/StatusStapling/TestCase.java
changeset 32427 c22b7e41adf3
parent 32032 22badc53802f
equal deleted inserted replaced
32426:f20c72807bfd 32427:c22b7e41adf3
    26 import java.util.Map;
    26 import java.util.Map;
    27 
    27 
    28 public interface TestCase {
    28 public interface TestCase {
    29     Map.Entry<Boolean, String> runTest();
    29     Map.Entry<Boolean, String> runTest();
    30 }
    30 }
    31 
       
    32