TestLoggerFactory.clearAll();
logger.info("\n\n\n\n\n");
logger.info("********* Test: {}", name.getMethodName());
server = new FailingApnsServerSimulator(FixedCertificates.serverContext().getServerSocketFactory());
server.start();
delegate = ApnsDelegate.EMPTY;
delegate = mock(ApnsDelegate.class);
service = APNS.newService()
.withSSLContext(clientContext())