Search in sources :

Example 11 with BranchReportLoanArrearsAgingBO

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);
}
Also used : BranchReportLoanArrearsAgingBO(org.mifos.reports.branchreport.BranchReportLoanArrearsAgingBO) Test(org.junit.Test)

Aggregations

BranchReportLoanArrearsAgingBO (org.mifos.reports.branchreport.BranchReportLoanArrearsAgingBO)11 Test (org.junit.Test)5 BranchReportBO (org.mifos.reports.branchreport.BranchReportBO)2 BigDecimal (java.math.BigDecimal)1 ArrayList (java.util.ArrayList)1 HashMap (java.util.HashMap)1 Iterator (java.util.Iterator)1 List (java.util.List)1 Before (org.junit.Before)1 BatchJobException (org.mifos.framework.components.batchjobs.exceptions.BatchJobException)1 PersistenceException (org.mifos.framework.exceptions.PersistenceException)1 ServiceException (org.mifos.framework.exceptions.ServiceException)1 Money (org.mifos.framework.util.helpers.Money)1 MoneyUtils.createMoney (org.mifos.framework.util.helpers.MoneyUtils.createMoney)1 LoanArrearsAgingPeriod (org.mifos.reports.branchreport.LoanArrearsAgingPeriod)1