예제 #1
0
 @After
 public void tearDown() {
   if (orchestrator != null) {
     orchestrator.stop();
   }
   System.setProperty(HTTPS_PROTOCOLS, initialHttpsProtocols);
 }