Class CustomAbstractAssert<SELF extends CustomAbstractAssert<SELF,​ACTUAL>,​ACTUAL>

  • All Implemented Interfaces:
    org.assertj.core.api.Assert<SELF,​ACTUAL>, org.assertj.core.api.Descriptable<SELF>, org.assertj.core.api.ExtensionPoints<SELF,​ACTUAL>
    Direct Known Subclasses:
    CompareAssert

    abstract class CustomAbstractAssert<SELF extends CustomAbstractAssert<SELF,​ACTUAL>,​ACTUAL>
    extends org.assertj.core.api.AbstractAssert<SELF,​ACTUAL>
    Ensures XMLUnit's stack trace lines get removed from AssertionError's stack traces if those of AssertJ are removed.
    Since:
    XMLUnit 2.8.1
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private static java.lang.String ORG_XMLUNIT_ASSERTJ_ERROR  
      • Fields inherited from class org.assertj.core.api.AbstractAssert

        actual, info, myself, objects, throwUnsupportedExceptionOnEquals
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected boolean isElementOfCustomAssert​(java.lang.StackTraceElement stackTraceElement)  
      • Methods inherited from class org.assertj.core.api.AbstractAssert

        areEqual, asInstanceOf, asList, assertionError, asString, describedAs, descriptionText, doesNotHave, doesNotHaveSameClassAs, doesNotHaveSameHashCodeAs, doesNotHaveToString, equals, extracting, extracting, failure, failureWithActualExpected, failWithActualExpectedAndMessage, 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, overridingErrorMessage, satisfies, satisfies, satisfies, satisfiesAnyOf, satisfiesAnyOf, satisfiesAnyOfForProxy, satisfiesForProxy, setCustomRepresentation, setDescriptionConsumer, setPrintAssertionsDescription, throwAssertionError, usingComparator, usingComparator, usingDefaultComparator, usingRecursiveAssertion, usingRecursiveAssertion, usingRecursiveComparison, usingRecursiveComparison, withFailMessage, withFailMessage, withRepresentation, withThreadDumpOnError
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface org.assertj.core.api.Descriptable

        as, as, as, describedAs
    • Field Detail

      • ORG_XMLUNIT_ASSERTJ_ERROR

        private static final java.lang.String ORG_XMLUNIT_ASSERTJ_ERROR
        See Also:
        Constant Field Values
    • Constructor Detail

      • CustomAbstractAssert

        CustomAbstractAssert​(ACTUAL actual,
                             java.lang.Class<?> selfType)
    • Method Detail

      • isElementOfCustomAssert

        protected boolean isElementOfCustomAssert​(java.lang.StackTraceElement stackTraceElement)
        Overrides:
        isElementOfCustomAssert in class org.assertj.core.api.AbstractAssert<SELF extends CustomAbstractAssert<SELF,​ACTUAL>,​ACTUAL>