@Override
protected void verifyUnRegisterServiceAction() throws Exception {
BundleServletContext bundleServletContext = Mockito.verify(
this.bundleServletContext);
bundleServletContext.unregisterServlet(Mockito.anyString());
}
private class MockServlet extends GenericServlet {
@Override