void |
AbstractJdbcTestCase.testDataSourceSelectStress(org.junit.jupiter.api.TestInfo testInfo) |
Undertakes select stress for DataSource .
|
void |
AbstractJdbcTestCase.testDataSourceSelectStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) |
Undertakes select stress for writable Connection with Proxy .
|
void |
AbstractJdbcTestCase.testInsertConnectionStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo) |
Ensure can stress test against the database with compiled wrappers.
|
void |
AbstractJdbcTestCase.testInsertConnectionStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) |
Ensure can stress test against the database with Proxy .
|
void |
AbstractJdbcTestCase.testInsertConnectionTransactionStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo) |
Ensure can stress test against the database with transactions with compiled
wrappers.
|
void |
AbstractJdbcTestCase.testInsertConnectionTransactionStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) |
Ensure can stress test against the database with transactions.
|
void |
AbstractJdbcTestCase.testReadOnlySelectStressWithCompiler(org.junit.jupiter.api.TestInfo testInfo) |
Undertakes select stress for read-only Connection with compiled
wrappers.
|
void |
AbstractJdbcTestCase.testReadOnlySelectStressWithDynamicProxy(org.junit.jupiter.api.TestInfo testInfo) |
Undertakes select stress for read-only Connection with Proxy .
|