org.apache.wicket.util.markup.xhtml
Class WellFormedXmlTestCase

java.lang.Object
  extended by org.apache.wicket.util.markup.xhtml.WellFormedXmlTestCase

public class WellFormedXmlTestCase
extends Object

Usable by tests to check that the html markup files are well formed.

Author:
akiraly

Constructor Summary
WellFormedXmlTestCase()
           
 
Method Summary
 void markupFiles()
          Checks xml well formedness of html markup files under the current working directory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WellFormedXmlTestCase

public WellFormedXmlTestCase()
Method Detail

markupFiles

public void markupFiles()
Checks xml well formedness of html markup files under the current working directory.



Copyright © 2006-2012 Apache Software Foundation. All Rights Reserved.