@Before
 public void setUp() throws Exception {
   initMocks(this);
   DateUtil.fakeIt(LocalDate.parse("2012-10-10"));
   controller = new ReportIndicatorListViewController(context, allReports, FPS.value());
 }