langtools/test/com/sun/javadoc/testSuperclassInSerialForm/TestSuperClassInSerialForm.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    40     private static final String[][] TEST = {
    40     private static final String[][] TEST = {
    41         {BUG_ID + "/serialized-form.html",
    41         {BUG_ID + "/serialized-form.html",
    42          "<a href=\"pkg/SubClass.html\" title=\"class in pkg\">pkg.SubClass</a> extends <a href=\"pkg/SuperClass.html\" title=\"class in pkg\">SuperClass</a>"}
    42          "<a href=\"pkg/SubClass.html\" title=\"class in pkg\">pkg.SubClass</a> extends <a href=\"pkg/SuperClass.html\" title=\"class in pkg\">SuperClass</a>"}
    43     };
    43     };
    44 
    44 
    45     private static final String[][] NEGATED_TEST = NO_TEST;
       
    46     private static final String[] ARGS = new String[] {
    45     private static final String[] ARGS = new String[] {
    47         "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
    46         "-d", BUG_ID, "-sourcepath", SRC_DIR, "pkg"
    48     };
    47     };
    49 
    48 
    50     /**
    49     /**
    51      * The entry point of the test.
    50      * The entry point of the test.
    52      * @param args the array of command line arguments.
    51      * @param args the array of command line arguments.
    53      */
    52      */
    54     public static void main(String[] args) {
    53     public static void main(String[] args) {
    55         TestSuperClassInSerialForm tester = new TestSuperClassInSerialForm();
    54         TestSuperClassInSerialForm tester = new TestSuperClassInSerialForm();
    56         tester.run(ARGS, TEST, NEGATED_TEST);
    55         tester.run(ARGS, TEST, NO_TEST);
    57         tester.printSummary();
    56         tester.printSummary();
    58     }
    57     }
    59 
    58 
    60     /**
    59     /**
    61      * {@inheritDoc}
    60      * {@inheritDoc}