when(sectionService.getSectionStatus(eq(student), eq(pageContentLoc))).thenReturn(sectionStatus);
when(sectionService.getSectionStatus(eq(student), eq(sectionLocationId))).thenReturn(sectionStatus);
when(sectionService.getSectionStatus(eq(student), eq(sectionContentLoc))).thenReturn(sectionStatus);
wicketTester = new CwmWicketTester(new GuiceInjectedTestApplication(injectionMap));
}