public class ProxyTestDataSourceAssert extends org.assertj.core.api.AbstractAssert<ProxyTestDataSourceAssert,ProxyTestDataSource>
ProxyTestDataSource.| Modifier and Type | Field and Description |
|---|---|
protected org.assertj.core.internal.Objects |
objects |
| Constructor and Description |
|---|
ProxyTestDataSourceAssert(ProxyTestDataSource actual) |
as, 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 ProxyTestDataSourceAssert(ProxyTestDataSource actual)
public ProxyTestDataSourceAssert hasExecutionType(ExecutionType executionType, org.assertj.core.data.Index index)
public ProxyTestDataSourceAssert hasExecutionCount(int count)
public ProxyTestDataSourceAssert hasStatementCount(int count)
public ProxyTestDataSourceAssert hasBatchStatementCount(int count)
public ProxyTestDataSourceAssert hasStatementOrBatchStatementCount(int count)
public ProxyTestDataSourceAssert hasPreparedCount(int count)
public ProxyTestDataSourceAssert hasBatchPreparedCount(int count)
public ProxyTestDataSourceAssert hasPreparedOrBatchPreparedCount(int count)
public ProxyTestDataSourceAssert hasCallableCount(int count)
public ProxyTestDataSourceAssert hasBatchCallableCount(int count)
public ProxyTestDataSourceAssert hasCallableOrBatchCallableCount(int count)
public ProxyTestDataSourceAssert hasTotalQueryCount(int count)
public ProxyTestDataSourceAssert hasSelectCount(int count)
public ProxyTestDataSourceAssert hasInsertCount(int count)
public ProxyTestDataSourceAssert hasUpdateCount(int count)
public ProxyTestDataSourceAssert hasDeleteCount(int count)
public ProxyTestDataSourceAssert hasOtherCount(int count)
Copyright © 2017. All rights reserved.