use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class HolidayServiceIntegrationTest 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 HolidayDaoHibernateIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
Locale locale = Localization.getInstance().getConfiguredLocale();
AuditConfiguration.init(locale);
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 OfficeDaoHibernateIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
Locale locale = Localization.getInstance().getConfiguredLocale();
AuditConfiguration.init(locale);
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 LoanProductDaoHibernateIntegrationTest 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 ApplyHolidayChangesHelperIntegrationTest method initialiseHibernateUtilAndSetDefaultCurrency.
@BeforeClass
public static void initialiseHibernateUtilAndSetDefaultCurrency() {
oldDefaultCurrency = Money.getDefaultCurrency();
Money.setDefaultCurrency(TestUtils.RUPEE);
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
}
Aggregations