Class WellFormedXmlTestCase
- java.lang.Object
-
- 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
Constructors Constructor Description WellFormedXmlTestCase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
markupFiles()
Checks xml well formedness of html markup files under the current working directory.
-
-
-
Constructor Detail
-
WellFormedXmlTestCase
public WellFormedXmlTestCase()
-
-
Method Detail
-
markupFiles
@Test public void markupFiles()
Checks xml well formedness of html markup files under the current working directory.
-
-