}
public void setUp() throws Exception {
RepositoryPersistor repositoryPersistor = new RepositoryPersistor();
this.repository = repositoryPersistor.readDescriptorRepository(INPUT_FILE);
this.torqueRepositoryGenerator = new TorqueRepositoryGenerator(INPUT_FILE, false);
}