コード例 #1
0
  protected void tearDown() throws Exception {
    this.printDeviceData();
    this.printServerData();

    ServiceManager.shutdown();
  }
コード例 #2
0
 public void tearDown() {
   ServiceManager.shutdown();
 }