JavaScript is disabled on your browser.
java.lang.Object
org.assertj.core.api.AbstractAssert<S,A>
net.ttddyy.dsproxy.asserts.assertj.AbstractExecutionAssert<S,A>
All Implemented Interfaces:
org.assertj.core.api.Assert<S,A>, org.assertj.core.api.Descriptable<S>, org.assertj.core.api.ExtensionPoints<S,A>
Direct Known Subclasses:
CallableBatchExecutionAssert , CallableExecutionAssert , PreparedBatchExecutionAssert , PreparedExecutionAssert , QueryExecutionAssert , StatementBatchExecutionAssert , StatementExecutionAssert
public abstract class AbstractExecutionAssert<S extends org.assertj.core.api.AbstractAssert<S,A>,A extends QueryExecution >
extends org.assertj.core.api.AbstractAssert<S,A>
Shared asserts methods.
Since:
1.0
Author:
Tadaya Tsuyukubo
See Also:
QueryExecutionAssert ,
StatementExecutionAssert ,
StatementBatchExecutionAssert ,
PreparedExecutionAssert ,
PreparedBatchExecutionAssert ,
CallableExecutionAssert ,
CallableBatchExecutionAssert
Field Summary
Fields inherited from class org.assertj.core.api.AbstractAssert
actual, info, myself
Method Summary
Methods inherited from class org.assertj.core.api.AbstractAssert
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, withThreadDumpOnError
Copyright © 2017. All rights reserved.