Class WellFormedXmlTestCase


  • public class WellFormedXmlTestCase
    extends java.lang.Object
    Usable by tests to check that the html markup files are well formed.
    Author:
    akiraly
    • 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.
      • 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

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