test/com/sun/javadoc/testClassCrossReferences/TestClassCrossReferences.java

changeset 2101
933ba3f81a87
parent 1935
8c55df2442c1
child 2147
130b8c0e570e
equal deleted inserted replaced
2100:1e7ad879f15e 2101:933ba3f81a87
21 * questions. 21 * questions.
22 */ 22 */
23 23
24 /* 24 /*
25 * @test 25 * @test
26 * @bug 4652655 4857717 26 * @bug 4652655 4857717 8025633
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
43 "title=\"class or interface in javax.swing.text\"><code>Link to AttributeContext innerclass</code></a>"}, 43 "title=\"class or interface in javax.swing.text\"><code>Link to AttributeContext innerclass</code></a>"},
44 {BUG_ID + FS + "C.html", 44 {BUG_ID + FS + "C.html",
45 "<a href=\"http://java.sun.com/j2se/1.4/docs/api/java/math/BigDecimal.html?is-external=true\" " + 45 "<a href=\"http://java.sun.com/j2se/1.4/docs/api/java/math/BigDecimal.html?is-external=true\" " +
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=\"strong\">Overrides:</span></dt>" + NL +
52 "<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>" + NL + 52 "<dd><code>toString</code>&nbsp;in class&nbsp;<code>java.lang.Object</code></dd>" + NL +
53 "</dl>"} 53 "</dl>"}

mercurial