public void testGetServletContext() {
    cutOffContextPathWrapper.getServletContext();

    verify(servlet).getServletContext();
  }