langtools/test/com/sun/javadoc/testTaglets/TestTaglets.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    57     private static final String[][] TEST_4654308 = new String[][] {
    57     private static final String[][] TEST_4654308 = new String[][] {
    58         {"4654308/C.html", "<span class=\"simpleTagLabel\">Foo:</span></dt>" +
    58         {"4654308/C.html", "<span class=\"simpleTagLabel\">Foo:</span></dt>" +
    59                  "<dd>my only method is <a href=\"C.html#method--\"><code>here" +
    59                  "<dd>my only method is <a href=\"C.html#method--\"><code>here" +
    60                  "</code></a></dd></dl>"}
    60                  "</code></a></dd></dl>"}
    61     };
    61     };
    62     private static final String[][] NEGATED_TEST_4654308 = NO_TEST;
       
    63 
    62 
    64     private static final String[][] TEST_4767038 = new String[][] {
    63     private static final String[][] TEST_4767038 = new String[][] {
    65         {"4767038/Child.html",
    64         {"4767038/Child.html",
    66             "This is the first sentence."}
    65             "This is the first sentence."}
    67     };
    66     };
    68     private static final String[][] NEGATED_TEST_4767038 = NO_TEST;
       
    69 
    67 
    70 
    68 
    71     /**
    69     /**
    72      * The entry point of the test.
    70      * The entry point of the test.
    73      * @param args the array of command line arguments.
    71      * @param args the array of command line arguments.
    74      */
    72      */
    75     public static void main(String[] args) {
    73     public static void main(String[] args) {
    76         TestTaglets tester = new TestTaglets();
    74         TestTaglets tester = new TestTaglets();
    77         tester.run(ARGS_4654308, TEST_4654308, NEGATED_TEST_4654308);
    75         tester.run(ARGS_4654308, TEST_4654308, NO_TEST);
    78         tester.printSummary();
    76         tester.printSummary();
    79         tester = new TestTaglets();
    77         tester = new TestTaglets();
    80         tester.run(ARGS_4767038, TEST_4767038, NEGATED_TEST_4767038);
    78         tester.run(ARGS_4767038, TEST_4767038, NO_TEST);
    81         tester.printSummary();
    79         tester.printSummary();
    82     }
    80     }
    83 
    81 
    84     /**
    82     /**
    85      * {@inheritDoc}
    83      * {@inheritDoc}