// 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.
// the *key* is called the "typeRef" and will be used by test suites
// to refer to look up a featureSource as needed