public void setUp() throws Exception {
final Configuration environmentConfiguration = ServiceConfig
.getConfiguration("genericwrapper2_GenericMigrationWrapperTest");
final DocumentLocator documentLocator = new DocumentLocator(
"GenericWrapperConfigFileExample.xml");
this.genericWrapper = new GenericMigrationWrapper(documentLocator
.getDocument(), environmentConfiguration, this.getClass()
.getCanonicalName());
this.testParameters = new ArrayList<Parameter>();
}