Package org.teiid.test.client.results

Examples of org.teiid.test.client.results.TestResultStat


    testStatus = TestResult.RESULT_STATE.TEST_EXCEPTION;
      }

  }

  rs = new TestResultStat(query.geQuerySetID(), query.getQueryID(), sql,
    testStatus, beginTS, endTS, resultException, null);
 
  this.testResultsSummary.addTestResult(query.geQuerySetID(), rs);

  this.querySet.handleTestResult(rs, this.internalResultSet, this.updateCount, resultFromQuery, sql);
View Full Code Here

TOP

Related Classes of org.teiid.test.client.results.TestResultStat

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.