| Interface | Description |
|---|---|
| ExpectedResults |
An ExpectedResults represents one set of expected results (referred to as the queryset) identified by the
ExpectedResults.getQuerySetID(). |
| QueryReader |
The QueryReader is responsible for providing a set queries for a given
querySetID. |
| ResultsGenerator |
The ResultsGenerator represents how a new set of results will be written for a given
querySetID and queryIdentifier. |
| TestProperties.RESULT_MODES |
All test options will produce the following basic information at the end
of the test process: how many queries were run how many were
successfull how many errored the execution time for
each query total time for all the tests to run
|
| TestResult |
The TestResult represents the results from a single test.
|
| TestResult.RESULT_STATE |
The RESULT_STATE is the value assigned based the result of the executed
query test
|
| TestResult.RESULT_STATE_STRING | |
| TransactionFactory.TRANSACTION_TYPES |
| Class | Description |
|---|---|
| ClassFactory | |
| QueryScenario |
The QueryScenario manages all the information required to run one scenario of
tests.
|
| QuerySQL |
The QuerySQL represents a single sql statement to be executed for a given
Test. |
| QueryTest |
The QueryTest represents a test to be executed.
|
| TestClient |
TestClient is the starter class for running bulk sql testing against a Teiid server.
|
| TestClientTransaction |
TestClientTransaction
|
| TestProperties | |
| TestResultsSummary | |
| TransactionFactory |
TransactionFactory is used so that the type of
TransactionContainer can be dynamically loaded
based on a property. |
Copyright © 2019. All rights reserved.