Examples of recordDebug()


Examples of org.teiid.query.analysis.AnalysisRecord.recordDebug()

       
    }
   
    public void testDebugLog() {
        AnalysisRecord rec = new AnalysisRecord(false, true);
        assertTrue(rec.recordDebug());
       
        rec.println("a"); //$NON-NLS-1$
        rec.println("b"); //$NON-NLS-1$
       
        String log = rec.getDebugLog();
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.