langtools/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java
changeset 24071 b0845717434e
parent 24065 fc4022e50129
child 24072 e7549dcbc4af
equal deleted inserted replaced
24070:3852ce6db3f4 24071:b0845717434e
    82             "ClassUseTest3</a>&lt;T extends <a href=\"../pkg/ParamTest2.html\" " +
    82             "ClassUseTest3</a>&lt;T extends <a href=\"../pkg/ParamTest2.html\" " +
    83             "title=\"class in pkg\">ParamTest2</a>&lt;java.util.List&lt;? extends " +
    83             "title=\"class in pkg\">ParamTest2</a>&lt;java.util.List&lt;? extends " +
    84             "<a href=\"../pkg/Foo4.html\" title=\"class in pkg\">Foo4</a>&gt;&gt;&gt;"
    84             "<a href=\"../pkg/Foo4.html\" title=\"class in pkg\">Foo4</a>&gt;&gt;&gt;"
    85         }
    85         }
    86     };
    86     };
    87     private static final String[][] NEGATED_TEST = NO_TEST;
       
    88 
    87 
    89     /**
    88     /**
    90      * The entry point of the test.
    89      * The entry point of the test.
    91      * @param args the array of command line arguments.
    90      * @param args the array of command line arguments.
    92      */
    91      */
    93     public static void main(String[] args) {
    92     public static void main(String[] args) {
    94         TestTypeParameters tester = new TestTypeParameters();
    93         TestTypeParameters tester = new TestTypeParameters();
    95         tester.run(ARGS1, TEST1, NEGATED_TEST);
    94         tester.run(ARGS1, TEST1, NO_TEST);
    96         tester.run(ARGS2, TEST2, NEGATED_TEST);
    95         tester.run(ARGS2, TEST2, NO_TEST);
    97         tester.printSummary();
    96         tester.printSummary();
    98     }
    97     }
    99 
    98 
   100     /**
    99     /**
   101      * {@inheritDoc}
   100      * {@inheritDoc}