|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.jdbc.AbstractQueryTest
org.teiid.test.framework.query.AbstractQueryTransactionTest
org.teiid.test.client.TestClientTransaction
public class TestClientTransaction
TestClientTransaction
Field Summary |
---|
Fields inherited from class org.teiid.test.framework.query.AbstractQueryTransactionTest |
---|
connStrategy, fetchSize, queryTimeout, testname |
Fields inherited from class org.teiid.jdbc.AbstractQueryTest |
---|
DELIMITER, internalConnection, internalResultSet, internalStatement, updateCount |
Constructor Summary | |
---|---|
TestClientTransaction(QueryScenario querySet)
|
Method Summary | |
---|---|
void |
after()
Override after if there is behavior that needs to be
performed after AbstractQueryTransactionTest.testCase() being called. |
void |
before()
Override before if there is behavior that needs to be
performed prior to AbstractQueryTransactionTest.testCase() being called. |
void |
cleanup()
Override the super cleanup() so that the connection to Teiid is not cleaned up at this time. |
protected java.sql.Statement |
createStatement()
|
boolean |
exceptionExpected()
|
java.lang.String |
getTestName()
Returns the name of the test so that better tracing of what tests are running/completing. |
void |
init(TestResultsSummary testResultsSummary,
ExpectedResults expectedResults,
QueryTest query)
|
void |
testCase()
Implement testCase(), it is the entry point to the execution of the test. |
Methods inherited from class org.teiid.test.framework.query.AbstractQueryTransactionTest |
---|
assignExecutionProperties, exceptionOccurred, getApplicationException, getConnectionStrategy, getLastException, getSource, getXAConnection, getXASource, rollbackAllways, setApplicationException, setup, setupDataStore |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.teiid.test.framework.TransactionQueryTestCase |
---|
getConnection, setConnection |
Constructor Detail |
---|
public TestClientTransaction(QueryScenario querySet)
Method Detail |
---|
public void init(TestResultsSummary testResultsSummary, ExpectedResults expectedResults, QueryTest query)
public java.lang.String getTestName()
TransactionQueryTestCase
getTestName
in interface TransactionQueryTestCase
getTestName
in class AbstractQueryTransactionTest
public void before()
AbstractQueryTransactionTest
before
if there is behavior that needs to be
performed prior to AbstractQueryTransactionTest.testCase()
being called.
before
in interface TransactionQueryTestCase
before
in class AbstractQueryTransactionTest
public void testCase() throws java.lang.Exception
AbstractQueryTransactionTest
testCase
in interface TransactionQueryTestCase
testCase
in class AbstractQueryTransactionTest
java.lang.Exception
public void after()
AbstractQueryTransactionTest
after
if there is behavior that needs to be
performed after AbstractQueryTransactionTest.testCase()
being called.
after
in interface TransactionQueryTestCase
after
in class AbstractQueryTransactionTest
protected java.sql.Statement createStatement() throws java.sql.SQLException
createStatement
in class AbstractQueryTest
java.sql.SQLException
public boolean exceptionExpected()
exceptionExpected
in interface TransactionQueryTestCase
exceptionExpected
in class AbstractQueryTest
public void cleanup()
cleanup
in interface TransactionQueryTestCase
cleanup
in class AbstractQueryTransactionTest
TestClient.runTest();
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |