public class PreparedBatchExecutionAssert extends AbstractExecutionAssert<PreparedBatchExecutionAssert,PreparedBatchExecution>
| Constructor and Description |
|---|
PreparedBatchExecutionAssert(PreparedBatchExecution actual) |
| Modifier and Type | Method and Description |
|---|---|
PreparedBatchExecutionAssert |
batch(int batchIndex,
ExecutionParameters params) |
PreparedBatchExecutionAssert |
hasBatchSize(int batchSize) |
PreparedBatchExecutionAssert |
isFailure() |
PreparedBatchExecutionAssert |
isSuccess() |
org.assertj.core.api.AbstractCharSequenceAssert<?,String> |
query() |
isExecutionFailure, isExecutionSuccessas, as, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, overridingErrorMessage, setCustomRepresentation, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnErrorpublic PreparedBatchExecutionAssert(PreparedBatchExecution actual)
public PreparedBatchExecutionAssert isSuccess()
public PreparedBatchExecutionAssert isFailure()
public PreparedBatchExecutionAssert hasBatchSize(int batchSize)
public PreparedBatchExecutionAssert batch(int batchIndex, ExecutionParameters params)
public org.assertj.core.api.AbstractCharSequenceAssert<?,String> query()
Copyright © 2017. All rights reserved.