Exemplo n.º 1
0
  protected void doSending() throws Exception {
    fastTest |= request.hasInput("debug");
    data = page.getData();
    classPath = buildClassPath();
    startHtml();
    sendPreTestNotification();

    testSystemGroup = new TestSystemGroup(context, page, this);
    testSystemGroup.setFastTest(fastTest);
    log = testSystemGroup.getExecutionLog();

    performExecution();

    finishSending();
  }