langtools/test/com/sun/javadoc/testClassCrossReferences/TestClassCrossReferences.java
equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4652655 4857717 8025633 |
26 * @bug 4652655 4857717 8025633 8026567 |
27 * @summary This test verifies that class cross references work properly. |
27 * @summary This test verifies that class cross references work properly. |
28 * @author jamieh |
28 * @author jamieh |
29 * @library ../lib/ |
29 * @library ../lib/ |
30 * @build JavadocTester |
30 * @build JavadocTester |
31 * @build TestClassCrossReferences |
31 * @build TestClassCrossReferences |
46 "title=\"class or interface in java.math\"><code>Link to external class BigDecimal</code></a>"}, |
46 "title=\"class or interface in java.math\"><code>Link to external class BigDecimal</code></a>"}, |
47 {BUG_ID + FS + "C.html", |
47 {BUG_ID + FS + "C.html", |
48 "<a href=\"http://java.sun.com/j2se/1.4/docs/api/java/math/BigInteger.html?is-external=true#gcd-java.math.BigInteger-\" " + |
48 "<a href=\"http://java.sun.com/j2se/1.4/docs/api/java/math/BigInteger.html?is-external=true#gcd-java.math.BigInteger-\" " + |
49 "title=\"class or interface in java.math\"><code>Link to external member gcd</code></a>"}, |
49 "title=\"class or interface in java.math\"><code>Link to external member gcd</code></a>"}, |
50 {BUG_ID + FS + "C.html", |
50 {BUG_ID + FS + "C.html", |
51 "<dl>" + NL + "<dt><span class=\"strong\">Overrides:</span></dt>" + NL + |
51 "<dl>" + NL + "<dt><span class=\"overrideSpecifyLabel\">Overrides:</span></dt>" + NL + |
52 "<dd><code>toString</code> in class <code>java.lang.Object</code></dd>" + NL + |
52 "<dd><code>toString</code> in class <code>java.lang.Object</code></dd>" + NL + |
53 "</dl>"} |
53 "</dl>"} |
54 }; |
54 }; |
55 private static final String[][] NEGATED_TEST = NO_TEST; |
55 private static final String[][] NEGATED_TEST = NO_TEST; |
56 private static final String[] ARGS = |
56 private static final String[] ARGS = |