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");
}
Aggregations