langtools/test/com/sun/javadoc/testThrowsTag/TestThrowsTag.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    54             "<dd><code><a href=\"../pkg/T6.html\" title=\"class in pkg\">T6</a></code> - the second inherited throws tag.</dd>\n" +
    54             "<dd><code><a href=\"../pkg/T6.html\" title=\"class in pkg\">T6</a></code> - the second inherited throws tag.</dd>\n" +
    55             "<dd><code><a href=\"../pkg/T7.html\" title=\"class in pkg\">T7</a></code> - the third inherited throws tag.</dd>\n" +
    55             "<dd><code><a href=\"../pkg/T7.html\" title=\"class in pkg\">T7</a></code> - the third inherited throws tag.</dd>\n" +
    56             "<dd><code><a href=\"../pkg/T8.html\" title=\"class in pkg\">T8</a></code> - the fourth inherited throws tag.</dd>"
    56             "<dd><code><a href=\"../pkg/T8.html\" title=\"class in pkg\">T8</a></code> - the fourth inherited throws tag.</dd>"
    57         },
    57         },
    58     };
    58     };
    59     private static final String[][] NEGATED_TEST = NO_TEST;
       
    60 
    59 
    61     /**
    60     /**
    62      * The entry point of the test.
    61      * The entry point of the test.
    63      * @param args the array of command line arguments.
    62      * @param args the array of command line arguments.
    64      */
    63      */
    65     public static void main(String[] args) {
    64     public static void main(String[] args) {
    66         TestThrowsTag tester = new TestThrowsTag();
    65         TestThrowsTag tester = new TestThrowsTag();
    67         tester.run(ARGS, TEST, NEGATED_TEST);
    66         tester.run(ARGS, TEST, NO_TEST);
    68         tester.printSummary();
    67         tester.printSummary();
    69     }
    68     }
    70 
    69 
    71     /**
    70     /**
    72      * {@inheritDoc}
    71      * {@inheritDoc}