|
||||||||||
| 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 TransactionQueryTestCasegetTestName in class AbstractQueryTransactionTestpublic void before()
AbstractQueryTransactionTestbefore if there is behavior that needs to be
performed prior to AbstractQueryTransactionTest.testCase() being called.
before in interface TransactionQueryTestCasebefore in class AbstractQueryTransactionTest
public void testCase()
throws java.lang.Exception
AbstractQueryTransactionTest
testCase in interface TransactionQueryTestCasetestCase in class AbstractQueryTransactionTestjava.lang.Exceptionpublic void after()
AbstractQueryTransactionTestafter if there is behavior that needs to be
performed after AbstractQueryTransactionTest.testCase() being called.
after in interface TransactionQueryTestCaseafter in class AbstractQueryTransactionTest
protected java.sql.Statement createStatement()
throws java.sql.SQLException
createStatement in class AbstractQueryTestjava.sql.SQLExceptionpublic boolean exceptionExpected()
exceptionExpected in interface TransactionQueryTestCaseexceptionExpected in class AbstractQueryTestpublic void cleanup()
cleanup in interface TransactionQueryTestCasecleanup in class AbstractQueryTransactionTestTestClient.runTest();
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||