alma::acs::jhelpgen::GenTest Class Reference
List of all members.
Public Member Functions |
| void | setUp () |
| void | testHtmlToDom () throws Exception |
| void | testDomToToc () throws Exception |
| void | testDomToMap () throws Exception |
Package Attributes |
| final boolean | dbg = false |
| String | H1_a = "<H1> <A name=\"h1_a\"> The h1_a </A> </H1>" |
| String | H1_b = "<h1> <a name=\"h1_b\"> The h1_b </a> </h1>" |
| String | H1_c = "<h1> <A name=\"h1_c\"> The h1_c </A> </h1>" |
| String | H2_a = "<h2> <a name=\"h2_a\"> The h2_a </a></h2>" |
| String | H2_b = "<h2> <a name='h2_b' > The h2_b </a></h2>" |
| String | H2_c = "<h2> <a name=h2_c > The h2_c </a></h2>" |
| String | H3_a = "<h3><a id=\"h3_a\"> The h3_a </a></h3>" |
| String | H3_b = "<h3> The h3_b </h3>" |
| String | H3_c = "<h3><a name=\"h3_c\"> The h3_c </a></h3>" |
| String | H4_a = "<h4 class=bla><a name=h4_a> The h4_a </a></h4>" |
| String | Hxy = "<h1><a name=hxy>The hxy</a></H2>" |
| String | htmlContent |
| String[] | expectedDom |
| String | expectedToc |
| String | expectedMap |
Member Function Documentation
| void alma::acs::jhelpgen::GenTest::setUp |
( |
|
) |
[inline] |
| void alma::acs::jhelpgen::GenTest::testDomToMap |
( |
|
) |
throws Exception [inline] |
| void alma::acs::jhelpgen::GenTest::testDomToToc |
( |
|
) |
throws Exception [inline] |
| void alma::acs::jhelpgen::GenTest::testHtmlToDom |
( |
|
) |
throws Exception [inline] |
Member Data Documentation
Initial value: new String[]{
"The h1_a",
"The h2_a",
"The h1_b",
"The h2_b",
"The h3_c",
"The h2_c",
"The h4_a",
"The h1_c"}
Referenced by testHtmlToDom().
Initial value:
"<mapID target=\"h1_a\" url=\"h1_a\"/>" +
"<mapID target=\"h2_a\" url=\"h2_a\"/>" +
"<mapID target=\"h1_b\" url=\"h1_b\"/>" +
"<mapID target=\"h2_b\" url=\"h2_b\"/>" +
"<mapID target=\"h3_c\" url=\"h3_c\"/>" +
"<mapID target=\"h2_c\" url=\"h2_c\"/>" +
"<mapID target=\"h4_a\" url=\"h4_a\"/>" +
"<mapID target=\"h1_c\" url=\"h1_c\"/>"
Referenced by testDomToMap().
Initial value:
"<tocitem text=\"The h1_a\" target=\"h1_a\">" +
"<tocitem text=\"The h2_a\" target=\"h2_a\"/>" +
"</tocitem>" +
"<tocitem text=\"The h1_b\" target=\"h1_b\">" +
"<tocitem text=\"The h2_b\" target=\"h2_b\">" +
"<tocitem text=\"The h3_c\" target=\"h3_c\"/>" +
"</tocitem>" +
"<tocitem text=\"The h2_c\" target=\"h2_c\">" +
"<tocitem text=\"The h4_a\" target=\"h4_a\"/>" +
"</tocitem>" +
"</tocitem>" +
"<tocitem text=\"The h1_c\" target=\"h1_c\"/>"
Referenced by testDomToToc().
The documentation for this class was generated from the following file: