langtools/test/com/sun/javadoc/testAnnotationOptional/TestAnnotationOptional.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    47     private static final String[][] TEST = {
    47     private static final String[][] TEST = {
    48         {BUG_ID + "/pkg/AnnotationOptional.html",
    48         {BUG_ID + "/pkg/AnnotationOptional.html",
    49             "<a name=\"annotation.type.element.detail\">"
    49             "<a name=\"annotation.type.element.detail\">"
    50         }
    50         }
    51     };
    51     };
    52 
       
    53     private static final String[][] NEGATED_TEST = NO_TEST;
       
    54 
       
    55     /**
    52     /**
    56      * The entry point of the test.
    53      * The entry point of the test.
    57      * @param args the array of command line arguments.
    54      * @param args the array of command line arguments.
    58      */
    55      */
    59     public static void main(String[] args) {
    56     public static void main(String[] args) {
    60         TestAnnotationOptional tester = new TestAnnotationOptional();
    57         TestAnnotationOptional tester = new TestAnnotationOptional();
    61         tester.run(ARGS, TEST, NEGATED_TEST);
    58         tester.run(ARGS, TEST, NO_TEST);
    62         tester.printSummary();
    59         tester.printSummary();
    63     }
    60     }
    64 
    61 
    65     /**
    62     /**
    66      * {@inheritDoc}
    63      * {@inheritDoc}