| Package | Description |
|---|---|
| net.ttddyy.dsproxy.asserts.assertj | |
| net.ttddyy.dsproxy.asserts.hamcrest |
| Modifier and Type | Method and Description |
|---|---|
static ProxyTestDataSourceAssert |
DataSourceAssertAssertions.assertThat(ProxyTestDataSource actual) |
| Constructor and Description |
|---|
ProxyTestDataSourceAssert(ProxyTestDataSource actual) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.batchCallableCount(int count)
Matcher to check the number of
CallableBatchExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.batchPreparedCount(int count)
Matcher to check the number of
PreparedBatchExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.batchStatementCount(int count)
Matcher to check the number of
StatementBatchExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.callableCount(int count)
Matcher to check the number of
CallableExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.callableOrBatchCallableCount(int count)
|
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.deleteCount(int count)
Matcher to check the number of DELETE queries in
QueryExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.executionCount(int count)
Matcher to check the number of
QueryExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.executions(int index,
org.hamcrest.Matcher<? super QueryExecution> queryExecutionMatcher)
Matcher for
QueryExecution of given index. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.insertCount(int count)
Matcher to check the number of INSERT queries in
QueryExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.otherCount(int count)
Matcher to check the number of OTHER queries in
QueryExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.preparedCount(int count)
Matcher to check the number of
PreparedExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.preparedOrBatchPreparedCount(int count)
|
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.selectCount(int count)
Matcher to check the number of SELECT queries in
QueryExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.statementCount(int count)
Matcher to check the number of
StatementExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.statementOrBatchStatementCount(int count)
Matcher to check the number of
StatementExecution or StatementBatchExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.totalQueryCount(int count)
Matcher to check the number of queries in
QueryExecution in ProxyTestDataSource. |
static org.hamcrest.Matcher<ProxyTestDataSource> |
DataSourceAssertMatchers.updateCount(int count)
Matcher to check the number of UPDATE queries in
QueryExecution in ProxyTestDataSource. |
Copyright © 2017. All rights reserved.