use of org.molgenis.data.transaction.TransactionManager in project molgenis by molgenis.
the class EntityTypeRegistryImplTest method setUpBeforeMethod.
@BeforeMethod
public void setUpBeforeMethod() {
TransactionManager transactionManager = mock(TransactionManager.class);
entityTypeRegistryImpl = new EntityTypeRegistryImpl(transactionManager);
bindResource(TRANSACTION_ID_RESOURCE_NAME, "1");
}
Aggregations