langtools/test/com/sun/javadoc/testTopOption/TestTopOption.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    68         {BUG_ID + "/constant-values.html",
    68         {BUG_ID + "/constant-values.html",
    69             "TOP TEXT"},
    69             "TOP TEXT"},
    70         {BUG_ID + "/help-doc.html",
    70         {BUG_ID + "/help-doc.html",
    71             "TOP TEXT"},
    71             "TOP TEXT"},
    72     };
    72     };
    73     private static final String[][] NEGATED_TEST = NO_TEST;
       
    74 
    73 
    75     /**
    74     /**
    76      * The entry point of the test.
    75      * The entry point of the test.
    77      * @param args the array of command line arguments.
    76      * @param args the array of command line arguments.
    78      */
    77      */
    79     public static void main(String[] args) {
    78     public static void main(String[] args) {
    80         TestTopOption tester = new TestTopOption();
    79         TestTopOption tester = new TestTopOption();
    81         tester.run(ARGS, TEST, NEGATED_TEST);
    80         tester.run(ARGS, TEST, NO_TEST);
    82         tester.printSummary();
    81         tester.printSummary();
    83     }
    82     }
    84 
    83 
    85     /**
    84     /**
    86      * {@inheritDoc}
    85      * {@inheritDoc}