// 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,