Ejemplo n.º 1
0
  @After
  public void teardown() throws DBException {
    if (orientDBConnection != null) {
      orientDBConnection.close();
    }

    if (orientDBClient != null) {
      orientDBClient.cleanup();
    }
  }