use of org.mifos.framework.util.helpers.TestCaseInitializer in project head by mifos.
the class MifosIntegrationTestCase method before.
@Before
public void before() throws Exception {
new TestCaseInitializer().initialize(sessionFactory);
dbVerificationSetUp();
DatabaseDependentTest.before(new AuditInterceptorFactory(), sessionFactory);
Money.setDefaultCurrency(TestUtils.RUPEE);
}
Aggregations