Exemplo n.º 1
0
  @Override
  public void initialize() {
    log(":: initialize");
    Node asNode = new EPUtilities().startApplicationServer();

    OutputOperator oot = new OutputOperator();
    timeout = JemmyProperties.getCurrentTimeout(TIMEOUT_NAME);
    JemmyProperties.setCurrentTimeout(TIMEOUT_NAME, 300000);

    OutputTabOperator asot = oot.getOutputTab(asNode.getText()); // NOI18N
    asot.waitText("Application server startup complete"); // NOI18N

    //        new CloseAllDocumentsAction().performAPI();
  }