public void testGetServletInfo() {
    cutOffContextPathWrapper.getServletInfo();

    verify(servlet).getServletInfo();
  }