use of org.mifos.reports.branchreport.BranchReportLoanArrearsAgingBO in project head by mifos.
the class BranchReportPersistenceIntegrationTest method testRetrieveLoanArrearsAging.
@Test
public void testRetrieveLoanArrearsAging() throws Exception {
BranchReportLoanArrearsAgingBO loanArrears = branchReportPersistence.extractLoanArrearsAgingInfoInPeriod(LoanArrearsAgingPeriod.FIVE_TO_EIGHT_WEEK, Short.valueOf("2"), DEFAULT_CURRENCY);
Assert.assertNotNull(loanArrears);
}
Aggregations