langtools/test/com/sun/javadoc/testHeadings/TestHeadings.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 2320 5b8c377175f4
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
    46     //Input for string search tests.
    46     //Input for string search tests.
    47     private static final String[][] TEST = {
    47     private static final String[][] TEST = {
    48         //Package summary
    48         //Package summary
    49         {BUG_ID + FS + "pkg1" + FS + "package-summary.html",
    49         {BUG_ID + FS + "pkg1" + FS + "package-summary.html",
    50             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    50             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    51             "<B>Class Summary</B></FONT></TH>"
    51             "<STRONG>Class Summary</STRONG></FONT></TH>"
    52         },
    52         },
    53 
    53 
    54         // Class documentation
    54         // Class documentation
    55         {BUG_ID + FS + "pkg1" + FS + "C1.html",
    55         {BUG_ID + FS + "pkg1" + FS + "C1.html",
    56             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    56             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    57             "<B>Field Summary</B></FONT></TH>"
    57             "<STRONG>Field Summary</STRONG></FONT></TH>"
    58         },
    58         },
    59         {BUG_ID + FS + "pkg1" + FS + "C1.html",
    59         {BUG_ID + FS + "pkg1" + FS + "C1.html",
    60             "<TH ALIGN=\"left\"><B>Methods inherited from class " +            "java.lang.Object</B></TH>"
    60             "<TH ALIGN=\"left\"><STRONG>Methods inherited from class " +            "java.lang.Object</STRONG></TH>"
    61         },
    61         },
    62 
    62 
    63         // Class use documentation
    63         // Class use documentation
    64         {BUG_ID + FS + "pkg1" + FS + "class-use" + FS + "C1.html",
    64         {BUG_ID + FS + "pkg1" + FS + "class-use" + FS + "C1.html",
    65             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    65             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    74         },
    74         },
    75 
    75 
    76         // Deprecated
    76         // Deprecated
    77         {BUG_ID + FS + "deprecated-list.html",
    77         {BUG_ID + FS + "deprecated-list.html",
    78             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    78             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    79             "<B>Deprecated Methods</B></FONT></TH>"
    79             "<STRONG>Deprecated Methods</STRONG></FONT></TH>"
    80         },
    80         },
    81 
    81 
    82         // Constant values
    82         // Constant values
    83         {BUG_ID + FS + "constant-values.html",
    83         {BUG_ID + FS + "constant-values.html",
    84             "<TH ALIGN=\"left\" COLSPAN=\"3\">pkg1.<A HREF=\"pkg1/C1.html\" " +            "title=\"class in pkg1\">C1</A></TH>"
    84             "<TH ALIGN=\"left\" COLSPAN=\"3\">pkg1.<A HREF=\"pkg1/C1.html\" " +            "title=\"class in pkg1\">C1</A></TH>"
    88         },
    88         },
    89 
    89 
    90         // Serialized Form
    90         // Serialized Form
    91         {BUG_ID + FS + "serialized-form.html",
    91         {BUG_ID + FS + "serialized-form.html",
    92             "<TH ALIGN=\"center\"><FONT SIZE=\"+2\">" + NL +
    92             "<TH ALIGN=\"center\"><FONT SIZE=\"+2\">" + NL +
    93             "<B>Package</B> <B>pkg1</B></FONT></TH>"
    93             "<STRONG>Package</STRONG> <STRONG>pkg1</STRONG></FONT></TH>"
    94         },
    94         },
    95         {BUG_ID + FS + "serialized-form.html",
    95         {BUG_ID + FS + "serialized-form.html",
    96             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    96             "<TH ALIGN=\"left\" COLSPAN=\"2\"><FONT SIZE=\"+2\">" + NL +
    97             "<B>Class <A HREF=\"pkg1/C1.html\" " +            "title=\"class in pkg1\">pkg1.C1</A> extends java.lang.Object " +            "implements Serializable</B></FONT></TH>"
    97             "<STRONG>Class <A HREF=\"pkg1/C1.html\" " +            "title=\"class in pkg1\">pkg1.C1</A> extends java.lang.Object " +            "implements Serializable</STRONG></FONT></TH>"
    98         },
    98         },
    99         {BUG_ID + FS + "serialized-form.html",
    99         {BUG_ID + FS + "serialized-form.html",
   100             "<TH ALIGN=\"left\" COLSPAN=\"1\"><FONT SIZE=\"+2\">" + NL +
   100             "<TH ALIGN=\"left\" COLSPAN=\"1\"><FONT SIZE=\"+2\">" + NL +
   101             "<B>Serialized Fields</B></FONT></TH>"
   101             "<STRONG>Serialized Fields</STRONG></FONT></TH>"
   102         },
   102         },
   103 
   103 
   104         // Overview Frame
   104         // Overview Frame
   105         {BUG_ID + FS + "overview-frame.html",
   105         {BUG_ID + FS + "overview-frame.html",
   106             "<TH ALIGN=\"left\" NOWRAP><FONT size=\"+1\" " +            "CLASS=\"FrameTitleFont\">" + NL + "<B>Test Files</B></FONT></TH>"
   106             "<TH ALIGN=\"left\" NOWRAP><FONT size=\"+1\" " +            "CLASS=\"FrameTitleFont\">" + NL + "<STRONG>Test Files</STRONG></FONT></TH>"
   107         },
   107         },
   108         {BUG_ID + FS + "overview-frame.html",
   108         {BUG_ID + FS + "overview-frame.html",
   109             "<TITLE>" + NL +
   109             "<TITLE>" + NL +
   110             "Overview List" + NL +
   110             "Overview List" + NL +
   111             "</TITLE>"
   111             "</TITLE>"