| Package | Description |
|---|---|
| net.ttddyy.dsproxy.asserts | |
| net.ttddyy.dsproxy.asserts.assertj | |
| net.ttddyy.dsproxy.asserts.hamcrest |
| Modifier and Type | Class and Description |
|---|---|
class |
BaseQueryExecution
Base implementation class for
QueryExecution. |
class |
CallableBatchExecution
Represent a single batch execution of
CallableStatement. |
class |
CallableExecution
Represent a single execution of
CallableStatement. |
class |
PreparedBatchExecution
Represent a single batch execution of
PreparedStatement. |
class |
PreparedExecution
Represent a single execution of
PreparedStatement. |
class |
StatementBatchExecution
Represent single batch execution of
Statement. |
class |
StatementExecution
Represent single execution of
Statement. |
| Modifier and Type | Method and Description |
|---|---|
List<QueryExecution> |
QueryExecutionFactoryListener.getQueryExecutions() |
List<QueryExecution> |
ProxyTestDataSource.getQueryExecutions() |
| Modifier and Type | Method and Description |
|---|---|
List<String> |
QueryExtractor.getQueries(QueryExecution queryExecution) |
List<String> |
DefaultQueryExtractor.getQueries(QueryExecution queryExecution) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractExecutionAssert<S extends org.assertj.core.api.AbstractAssert<S,A>,A extends QueryExecution>
Shared asserts methods.
|
| Modifier and Type | Method and Description |
|---|---|
static QueryExecutionAssert |
DataSourceAssertAssertions.assertThat(QueryExecution actual) |
| Constructor and Description |
|---|
QueryExecutionAssert(QueryExecution actual) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.batch()
Matcher to check
QueryExecution was a batch execution. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.batchCallable()
Matcher to check
QueryExecution was a batch execution of CallableStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.batchPrepared()
Matcher to check
QueryExecution was a batch execution of PreparedStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.batchStatement()
Matcher to check
QueryExecution was a batch execution of Statement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.callable()
Matcher to check
QueryExecution was an execution of CallableStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.callableOrBatchCallable()
Matcher to check
QueryExecution was a normal or batch execution of CallableStatement. |
static org.hamcrest.Matcher<QueryExecution> |
DataSourceAssertMatchers.failure()
Matcher to check
QueryExecution was failure. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isBatch()
Matcher to check
QueryExecution was a batch execution. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isBatchCallable()
Matcher to check
QueryExecution was a batch execution of CallableStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isBatchPrepared()
Matcher to check
QueryExecution was a batch execution of PreparedStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isBatchStatement()
Matcher to check
QueryExecution was a batch execution of Statement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isCallable()
Matcher to check
QueryExecution was an execution of CallableStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isCallableOrBatchCallable()
Matcher to check
QueryExecution was a normal or batch execution of CallableStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isPrepared()
Matcher to check
QueryExecution was an execution of PreparedStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isPreparedOrBatchPrepared()
Matcher to check
QueryExecution was a normal or batch execution of PreparedStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isStatement()
Matcher to check
QueryExecution was an execution of Statement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.isStatementOrBatchStatement()
Matcher to check
QueryExecution was a normal or batch execution of Statement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.prepared()
Matcher to check
QueryExecution was an execution of PreparedStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.preparedOrBatchPrepared()
Matcher to check
QueryExecution was a normal or batch execution of PreparedStatement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.statement()
Matcher to check
QueryExecution was an execution of Statement. |
static org.hamcrest.Matcher<? super QueryExecution> |
DataSourceAssertMatchers.statementOrBatchStatement()
Matcher to check
QueryExecution was a normal or batch execution of Statement. |
static org.hamcrest.Matcher<QueryExecution> |
DataSourceAssertMatchers.success()
Matcher to check
QueryExecution was successful. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecutionTypeMatcher.describeMismatchSafely(QueryExecution item,
org.hamcrest.Description mismatchDescription) |
protected boolean |
ExecutionTypeMatcher.matchesSafely(QueryExecution item) |
static ExecutionType |
ExecutionType.valueOf(QueryExecution queryExecution) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.executions(int index,
org.hamcrest.Matcher<? super QueryExecution> queryExecutionMatcher)
Matcher for
QueryExecution of given index. |
Copyright © 2017. All rights reserved.