langtools/test/com/sun/javadoc/testClassCrossReferences/TestClassCrossReferences.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    51             "<dl>\n" +
    51             "<dl>\n" +
    52             "<dt><span class=\"overrideSpecifyLabel\">Overrides:</span></dt>\n" +
    52             "<dt><span class=\"overrideSpecifyLabel\">Overrides:</span></dt>\n" +
    53             "<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>\n" +
    53             "<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>\n" +
    54             "</dl>"}
    54             "</dl>"}
    55     };
    55     };
    56     private static final String[][] NEGATED_TEST = NO_TEST;
       
    57     private static final String[] ARGS =
    56     private static final String[] ARGS =
    58         new String[] {
    57         new String[] {
    59             "-d", BUG_ID, "-sourcepath", SRC_DIR,
    58             "-d", BUG_ID, "-sourcepath", SRC_DIR,
    60             "-linkoffline", "http://java.sun.com/j2se/1.4/docs/api/",
    59             "-linkoffline", "http://java.sun.com/j2se/1.4/docs/api/",
    61             SRC_DIR, SRC_DIR + "/C.java"};
    60             SRC_DIR, SRC_DIR + "/C.java"};
    64      * The entry point of the test.
    63      * The entry point of the test.
    65      * @param args the array of command line arguments.
    64      * @param args the array of command line arguments.
    66      */
    65      */
    67     public static void main(String[] args) {
    66     public static void main(String[] args) {
    68         TestClassCrossReferences tester = new TestClassCrossReferences();
    67         TestClassCrossReferences tester = new TestClassCrossReferences();
    69         tester.run(ARGS, TEST, NEGATED_TEST);
    68         tester.run(ARGS, TEST, NO_TEST);
    70         tester.printSummary();
    69         tester.printSummary();
    71     }
    70     }
    72 
    71 
    73     /**
    72     /**
    74      * {@inheritDoc}
    73      * {@inheritDoc}