|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.teiid.test.client.TestClient
public class TestClient
TestClient is the starter class for running bulk sql testing against a Teiid server. The bulk testing is about testing a lot of queries against a predefined set of expected results and providing error files when comparisons don't match. The process The bulk testing, in its simplicity, will do the following:
QueryReader
to read the queries that it will executeExpectedResults
.TestProperties.PROP_RESULT_MODE
option is set to TestProperties.RESULT_MODES.GENERATE
then the process will not perform a comparison, but generate a new set of expected result files that
can in turn be used as the
Field Summary | |
---|---|
static java.text.SimpleDateFormat |
TSFORMAT
|
Constructor Summary | |
---|---|
TestClient()
|
Method Summary | |
---|---|
protected TransactionContainer |
getTransactionContainter()
|
static void |
main(java.lang.String[] args)
|
void |
runTest()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.text.SimpleDateFormat TSFORMAT
Constructor Detail |
---|
public TestClient()
Method Detail |
---|
public static void main(java.lang.String[] args)
public void runTest()
protected TransactionContainer getTransactionContainter()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |