}
public void setUp() throws Exception {
RepositoryPersistor repositoryPersistor = new RepositoryPersistor();
this.repository = repositoryPersistor.readDescriptorRepository(EXAMPLE_FILE);
this.torqueTableGenerator = new TorqueTableGenerator(this.repository, false);
}