public void testGetServletName() {
    cutOffContextPathWrapper.getServletName();

    verify(servlet).getServletName();
  }