alma::acs::jhelpgen::GenTest Class Reference

Inheritance diagram for alma::acs::jhelpgen::GenTest:
Inheritance graph
[legend]
Collaboration diagram for alma::acs::jhelpgen::GenTest:
Collaboration graph
[legend]

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

final boolean alma::acs::jhelpgen::GenTest::dbg = false [package]
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().

String alma::acs::jhelpgen::GenTest::H1_a = "<H1> <A name=\"h1_a\"> The h1_a </A> </H1>" [package]
String alma::acs::jhelpgen::GenTest::H1_b = "<h1> <a name=\"h1_b\"> The h1_b </a> </h1>" [package]
String alma::acs::jhelpgen::GenTest::H1_c = "<h1> <A name=\"h1_c\"> The h1_c </A> </h1>" [package]
String alma::acs::jhelpgen::GenTest::H2_a = "<h2> <a name=\"h2_a\"> The h2_a </a></h2>" [package]
String alma::acs::jhelpgen::GenTest::H2_b = "<h2> <a name='h2_b' > The h2_b </a></h2>" [package]
String alma::acs::jhelpgen::GenTest::H2_c = "<h2> <a name=h2_c > The h2_c </a></h2>" [package]
String alma::acs::jhelpgen::GenTest::H3_a = "<h3><a id=\"h3_a\"> The h3_a </a></h3>" [package]
String alma::acs::jhelpgen::GenTest::H3_b = "<h3> The h3_b </h3>" [package]
String alma::acs::jhelpgen::GenTest::H3_c = "<h3><a name=\"h3_c\"> The h3_c </a></h3>" [package]
String alma::acs::jhelpgen::GenTest::H4_a = "<h4 class=bla><a name=h4_a> The h4_a </a></h4>" [package]
Initial value:
 "Some content " +
                H1_a + ", containing " +
                   H2_a + ", containing " +
                      H3_a +
                      H3_b +
                H1_b + " holding " +
                   H2_b + ", having " +
                 H3_c + 
                   H2_c + " having " +
                         H4_a + 
                H1_c + " and stuff "

Referenced by testDomToMap(), testDomToToc(), and testHtmlToDom().

String alma::acs::jhelpgen::GenTest::Hxy = "<h1><a name=hxy>The hxy</a></H2>" [package]

The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2