langtools/test/com/sun/javadoc/testThrowsHead/TestThrowsHead.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    38 
    38 
    39     private static final String BUG_ID = "4530727";
    39     private static final String BUG_ID = "4530727";
    40     private static final String[][] TEST = {
    40     private static final String[][] TEST = {
    41         {BUG_ID + "/C.html", "<dt><span class=\"throwsLabel\">Throws:</span>"}
    41         {BUG_ID + "/C.html", "<dt><span class=\"throwsLabel\">Throws:</span>"}
    42     };
    42     };
    43     private static final String[][] NEGATED_TEST = NO_TEST;
       
    44     private static final String[] ARGS = new String[] {
    43     private static final String[] ARGS = new String[] {
    45         "-d", BUG_ID, SRC_DIR + "/C.java"
    44         "-d", BUG_ID, SRC_DIR + "/C.java"
    46     };
    45     };
    47 
    46 
    48     /**
    47     /**
    49      * The entry point of the test.
    48      * The entry point of the test.
    50      * @param args the array of command line arguments.
    49      * @param args the array of command line arguments.
    51      */
    50      */
    52     public static void main(String[] args) {
    51     public static void main(String[] args) {
    53         TestThrowsHead tester = new TestThrowsHead();
    52         TestThrowsHead tester = new TestThrowsHead();
    54         tester.run(ARGS, TEST, NEGATED_TEST);
    53         tester.run(ARGS, TEST, NO_TEST);
    55         tester.printSummary();
    54         tester.printSummary();
    56     }
    55     }
    57 
    56 
    58     /**
    57     /**
    59      * {@inheritDoc}
    58      * {@inheritDoc}