abstract class CustomAbstractAssert<SELF extends CustomAbstractAssert<SELF,ACTUAL>,ACTUAL>
extends org.assertj.core.api.AbstractAssert<SELF,ACTUAL>
AbstractAssert.throwAssertionError(org.assertj.core.error.ErrorMessageFactory)
,
ComparisonFailureErrorFactory
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
ORG_XMLUNIT_ASSERTJ_ERROR |
Constructor and Description |
---|
CustomAbstractAssert(ACTUAL actual,
java.lang.Class<?> selfType) |
Modifier and Type | Method and Description |
---|---|
private boolean |
isElementOfCustomAssert(java.lang.StackTraceElement stackTraceElement) |
private void |
removeCustomAssertRelatedElementsFromStackTraceIfNeeded(java.lang.AssertionError assertionError) |
(package private) void |
throwAssertionError(org.assertj.core.error.AssertionErrorFactory assertionErrorFactory) |
as, as, asInstanceOf, asList, asString, describedAs, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, equals, failWithMessage, getWritableAssertionInfo, has, hashCode, hasSameClassAs, hasSameHashCodeAs, hasToString, inBinary, inHexadecimal, is, isEqualTo, isExactlyInstanceOf, isIn, isIn, isInstanceOf, isInstanceOfAny, isInstanceOfSatisfying, isNot, isNotEqualTo, isNotExactlyInstanceOf, isNotIn, isNotIn, isNotInstanceOf, isNotInstanceOfAny, isNotNull, isNotOfAnyClassIn, isNotSameAs, isNull, isOfAnyClassIn, isSameAs, matches, matches, newListAssertInstance, overridingErrorMessage, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, setCustomRepresentation, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, withFailMessage, withRepresentation, withThreadDumpOnError
private static final java.lang.String ORG_XMLUNIT_ASSERTJ_ERROR
CustomAbstractAssert(ACTUAL actual, java.lang.Class<?> selfType)
void throwAssertionError(org.assertj.core.error.AssertionErrorFactory assertionErrorFactory)
private void removeCustomAssertRelatedElementsFromStackTraceIfNeeded(java.lang.AssertionError assertionError)
private boolean isElementOfCustomAssert(java.lang.StackTraceElement stackTraceElement)