@Test
 public void getServletMappings() throws Exception {
   assertThat(appWebApplicationInitializer.getServletMappings(), containsItemsOf("/"));
 }