Search in sources :

Example 1 with InstallmentsValidatorImpl

use of org.mifos.accounts.loan.business.service.validators.InstallmentsValidatorImpl in project head by mifos.

the class InstallmentsValidatorTest method setUp.

@Before
public void setUp() throws Exception {
    locale = new Locale("en", "GB");
    installmentBuilder = new RepaymentScheduleInstallmentBuilder(locale);
    installmentsValidator = new InstallmentsValidatorImpl(installmentFormatValidator, listOfInstallmentsValidator, installmentRulesValidator);
    officeId = Short.valueOf("1");
}
Also used : Locale(java.util.Locale) InstallmentsValidatorImpl(org.mifos.accounts.loan.business.service.validators.InstallmentsValidatorImpl) RepaymentScheduleInstallmentBuilder(org.mifos.accounts.loan.util.helpers.RepaymentScheduleInstallmentBuilder) Before(org.junit.Before)

Aggregations

Locale (java.util.Locale)1 Before (org.junit.Before)1 InstallmentsValidatorImpl (org.mifos.accounts.loan.business.service.validators.InstallmentsValidatorImpl)1 RepaymentScheduleInstallmentBuilder (org.mifos.accounts.loan.util.helpers.RepaymentScheduleInstallmentBuilder)1