use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class CustomerDaoHibernateIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
oldDefaultCurrency = Money.getDefaultCurrency();
Money.setDefaultCurrency(TestUtils.RUPEE);
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
}
use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class MasterDataRetrievalForCustomersIntegrationTest method cleanDatabaseTables.
@Before
public void cleanDatabaseTables() {
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
databaseCleaner.clean();
}
use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class CenterHierarchyCustomerServiceIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
oldDefaultCurrency = Money.getDefaultCurrency();
Money.setDefaultCurrency(TestUtils.RUPEE);
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
}
use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class CenterScheduleCreationUsingCustomerServiceIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
oldDefaultCurrency = Money.getDefaultCurrency();
Money.setDefaultCurrency(TestUtils.RUPEE);
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
}
use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class PersonnelDaoHibernateIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
oldDefaultCurrency = Money.getDefaultCurrency();
Money.setDefaultCurrency(TestUtils.RUPEE);
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
}
Aggregations