use of org.mifos.framework.util.StandardTestingService in project head by mifos.
the class SavingsBOMoreIntegrationTest 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 SavingsScheduleIntegrationTest 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 ClientStatusChangeIntegrationTest 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 GroupCreationUsingCustomerServiceIntegrationTest 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 GroupPerformanceHistoryUsingCustomerServiceIntegrationTest method initialiseHibernateUtil.
@BeforeClass
public static void initialiseHibernateUtil() {
oldDefaultCurrency = Money.getDefaultCurrency();
Money.setDefaultCurrency(TestUtils.RUPEE);
new StandardTestingService().setTestMode(TestMode.INTEGRATION);
}
Aggregations