this.currency = new CurrencyParam("GBP");
this.startDate = new ISODateParam("20070801");
this.endDate = new ISODateParam("20070901");
this.maxTags = new IntegerParam("5");
this.rankByAmount = new BooleanParam("true");
this.spending = new BooleanParam("true");
this.accounts = mock(AccountList.class);
when(context.getAccountDAO().findVisibleAccounts(Mockito.anyString())).thenReturn(accounts);