Methods Summary |
---|
public void | setUp()The JUnit setup method
configureProject(TASKDEFS_DIR + "xmlvalidate.xml");
|
public void | tearDown()The teardown method for JUnit
|
public void | testXmlCatalogFiles()catalogfiles fileset should be ignored
if resolver.jar is not present, but will
be used if it is. either way, test should
work b/c we have a nested dtd with the same
entity
executeTarget("xmlcatalogfiles");
|
public void | testXmlCatalogPath()Test nested catalogpath.
It should be ignored if resolver.jar is not
present, but will be used if it is. either
way, test should work b/c we have a nested
dtd with the same entity
executeTarget("xmlcatalogpath");
|