コード例 #1
0
  /** {@inheritDoc} */
  @Override
  protected void afterTest() throws Exception {
    if (client != null) {
      GridClientFactory.stop(client.id(), false);

      client = null;
    }
  }
コード例 #2
0
 /** {@inheritDoc} */
 @Override
 protected void beforeTest() throws Exception {
   client = GridClientFactory.start(clientConfiguration());
 }