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

    ServiceManager.shutdown();
  }
示例#2
0
 public void tearDown() {
   ServiceManager.shutdown();
 }