< prev index next >

test/langtools/jdk/javadoc/doclet/testHeadings/TestHeadings.java

Print this page

        

*** 60,70 **** // Class documentation checkOutput("pkg1/C1.html", true, "<th class=\"colFirst\" scope=\"col\">Modifier and Type</th>\n" + "<th class=\"colSecond\" scope=\"col\">Field</th>\n" + "<th class=\"colLast\" scope=\"col\">Description</th>", ! "<h3>Methods inherited from class&nbsp;java.lang.Object</h3>"); // Class use documentation checkOutput("pkg1/class-use/C1.html", true, "<th class=\"colFirst\" scope=\"col\">Package</th>\n" + "<th class=\"colLast\" scope=\"col\">Description</th>", --- 60,71 ---- // Class documentation checkOutput("pkg1/C1.html", true, "<th class=\"colFirst\" scope=\"col\">Modifier and Type</th>\n" + "<th class=\"colSecond\" scope=\"col\">Field</th>\n" + "<th class=\"colLast\" scope=\"col\">Description</th>", ! "<h3 id=\"methods.inherited.from.class.java.lang.Object\">" ! + "Methods inherited from class&nbsp;java.lang.Object</h3>"); // Class use documentation checkOutput("pkg1/class-use/C1.html", true, "<th class=\"colFirst\" scope=\"col\">Package</th>\n" + "<th class=\"colLast\" scope=\"col\">Description</th>",
< prev index next >