use of org.mifos.accounts.loan.util.helpers.RepaymentScheduleInstallmentBuilder in project head by mifos.
the class ListOfInstallmentsValidatorTest method setupAndInjectDependencies.
@Before
public void setupAndInjectDependencies() {
locale = new Locale("en", "GB");
installmentBuilder = new RepaymentScheduleInstallmentBuilder(locale);
listOfInstallmentsValidator = new ListOfInstallmentsValidatorImpl();
}
use of org.mifos.accounts.loan.util.helpers.RepaymentScheduleInstallmentBuilder in project head by mifos.
the class InstallmentFormatValidatorTest method setupAndInjectDependencies.
@Before
public void setupAndInjectDependencies() {
installmentBuilder = new RepaymentScheduleInstallmentBuilder(new Locale("en", "GB"));
rupeeCurrency = new MifosCurrency(Short.valueOf("1"), "Rupee", BigDecimal.valueOf(1), "INR");
installmentFormatValidator = new InstallmentFormatValidatorImpl();
}
Aggregations