Save This Page
Home » sitemesh-2.3 » com.opensymphony.module » sitemesh » parser » [javadoc | source]
com.opensymphony.module.sitemesh.parser
public class: HTMLPageParserTest [javadoc | source]
java.lang.Object
   junit.framework.TestCase
      com.opensymphony.module.sitemesh.parser.HTMLPageParserTest
Test case for HTMLPageParser implementations. See parser-tests/readme.txt.
Constructor:
 public HTMLPageParserTest(PageParser parser,
    File inputFile,
    String test) 
Method from com.opensymphony.module.sitemesh.parser.HTMLPageParserTest Summary:
setUp,   suite,   testBody,   testFullPage,   testHead,   testProperties,   testTitle
Methods from java.lang.Object:
equals,   getClass,   hashCode,   notify,   notifyAll,   toString,   wait,   wait,   wait
Method from com.opensymphony.module.sitemesh.parser.HTMLPageParserTest Detail:
 protected  void setUp() throws Exception 
 public static Test suite() throws IOException 
    This test case builds a custom suite, containing a collection of smaller suites (one for each file in src/parser-tests).
 public  void testBody() throws Exception 
 public  void testFullPage() throws Exception 
 public  void testHead() throws Exception 
 public  void testProperties() throws Exception 
 public  void testTitle() throws Exception