| Package | Description |
|---|---|
| net.ttddyy.dsproxy.asserts | |
| net.ttddyy.dsproxy.asserts.assertj.helper | |
| net.ttddyy.dsproxy.asserts.hamcrest |
| Modifier and Type | Class and Description |
|---|---|
class |
CallableBatchExecution
Represent a single batch execution of
CallableStatement. |
class |
PreparedBatchExecution
Represent a single batch execution of
PreparedStatement. |
| Modifier and Type | Method and Description |
|---|---|
void |
BatchExecutionEntryAsserts.assertBatchExecutionEntry(BatchParameterHolder batchParameterHolder,
int batchIndex,
Class<? extends ParameterHolder> batchExecutionEntryClass) |
void |
BatchExecutionEntryAsserts.assertBatchSize(BatchParameterHolder batchParameterHolder,
int batchSize,
String batchType) |
| Modifier and Type | Method and Description |
|---|---|
static org.hamcrest.Matcher<? super BatchParameterHolder> |
DataSourceAssertMatchers.batch(int index,
org.hamcrest.Matcher<? super ParameterHolder> parameterHolderMatcher)
Matcher to check the given index in batch matches with given parameter matcher.
|
static org.hamcrest.Matcher<? super BatchParameterHolder> |
DataSourceAssertMatchers.batchSize(int batchSize)
Matcher to check the batch size.
|
Copyright © 2017. All rights reserved.