ValidationProcessor processor = new ValidationProcessor();
processor.load( pluginDirectory, testSuiteDirectory );
// normally you load definition from file
// it will load all the files in the provided directories
processor.load( pluginDirectory, testSuiteDirectory );
DefaultFeatureResults results = new DefaultFeatureResults();
// To run integrity tests (that compare several featureSources we need
// to make a Map of FeatureSources.