test/langtools/jdk/javadoc/doclet/testMemberSummary/TestMemberSummary.java
branchdatagramsocketimpl-branch
changeset 58678 9cf78a70fa4f
parent 53562 0d9dee001667
child 58679 9c3209ff7550
equal deleted inserted replaced
58677:13588c901957 58678:9cf78a70fa4f
    55                 // Check return type in member summary.
    55                 // Check return type in member summary.
    56                 "<code><a href=\"PublicChild.html\" title=\"class in pkg\">PublicChild</a></code></td>\n"
    56                 "<code><a href=\"PublicChild.html\" title=\"class in pkg\">PublicChild</a></code></td>\n"
    57                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\"><a href=\"#returnTypeTest()\">"
    57                 + "<th class=\"colSecond\" scope=\"row\"><code><span class=\"memberNameLink\"><a href=\"#returnTypeTest()\">"
    58                 + "returnTypeTest</a></span>()</code>",
    58                 + "returnTypeTest</a></span>()</code>",
    59                 // Check return type in member detail.
    59                 // Check return type in member detail.
    60                 "<pre class=\"methodSignature\">public&nbsp;<a href=\"PublicChild.html\" title=\"class in pkg\">"
    60                 "<div class=\"memberSignature\"><span class=\"modifiers\">public</span>&nbsp;"
    61                 + "PublicChild</a>&nbsp;returnTypeTest()</pre>",
    61                 + "<span class=\"returnType\"><a href=\"PublicChild.html\" title=\"class in pkg\">"
       
    62                 + "PublicChild</a></span>&nbsp;<span class=\"memberName\">returnTypeTest</span>()</div>",
    62                 "<th class=\"colConstructorName\" scope=\"row\"><code><span class=\"memberNameLink\">"
    63                 "<th class=\"colConstructorName\" scope=\"row\"><code><span class=\"memberNameLink\">"
    63                 + "<a href=\"#%3Cinit%3E()\">PublicChild</a></span>()</code></th>");
    64                 + "<a href=\"#%3Cinit%3E()\">PublicChild</a></span>()</code></th>");
    64 
    65 
    65         checkOutput("pkg/PrivateParent.html", true,
    66         checkOutput("pkg/PrivateParent.html", true,
    66                 "<td class=\"colFirst\"><code>private </code></td>\n"
    67                 "<td class=\"colFirst\"><code>private </code></td>\n"
    70 
    71 
    71         // Legacy anchor dimensions (6290760)
    72         // Legacy anchor dimensions (6290760)
    72         checkOutput("pkg2/A.html", true,
    73         checkOutput("pkg2/A.html", true,
    73                 "<a id=\"f(java.lang.Object[])\">\n"
    74                 "<a id=\"f(java.lang.Object[])\">\n"
    74                 + "<!--   -->\n"
    75                 + "<!--   -->\n"
    75                 + "</a><a id=\"f(T[])\">\n"
    76                 + "</a><a id=\"f(T[])\">f</a>");
    76                 + "<!--   -->\n"
       
    77                 + "</a>");
       
    78     }
    77     }
    79 }
    78 }