ProjectPaths projectPaths = new Maven2DirectoryProjectPaths(
new File("src/test/configuration"));
Map<String, String> overrideOptions = new HashMap<String, String>();
overrideOptions.put("optionWithoutNamespace", "overriddenValue");
overrideOptions.put("newOption", "newValue");
OptionsConfiguration optionConfiguration
= new MapOptionsConfiguration(overrideOptions);
UnitDescriptor unitDescriptor = new UnitDescriptor(
UnitDescriptor.Packaging.DIRECTORY,
projectPaths,