Package org.xwiki.validator

Examples of org.xwiki.validator.XHTMLValidator


        // forget to add it here and the tests won't be run but we'll not know about it and we'll
        // think the tests are all running fine. I haven't found a simple solution to this yet
        // (there are complex solutions like searching for all tests by parsing the source tree).
        // I think there are TestSuite that do this out there but I haven't looked for them yet.

        XHTMLValidator xhtmlValidator = new XHTMLValidator();
        addTest(suite, DefaultValidationTest.suite(DefaultValidationTest.class, xhtmlValidator),
            DefaultValidationTest.class);

        CustomDutchWebGuidelinesValidator dwgValidator = new CustomDutchWebGuidelinesValidator();
        addTest(suite, CustomDutchWebGuidelinesValidationTest.suite(CustomDutchWebGuidelinesValidationTest.class,
View Full Code Here

TOP

Related Classes of org.xwiki.validator.XHTMLValidator

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.