Exemplo n.º 1
0
  @AfterClass
  public static void cleanup() throws Exception {
    // shutdown the server
    SERVER.shutdownServer();
    SERVER = null;

    // look for the flow.xml
    File flow = new File(flowXmlPath);
    if (flow.exists()) {
      flow.delete();
    }
  }