Class AssertException

    • Field Detail

      • ENTRY_KEY_ASSERTION_TYPE

        public static final java.lang.String ENTRY_KEY_ASSERTION_TYPE
        See Also:
        Constant Field Values
    • Constructor Detail

      • AssertException

        public AssertException()
    • Method Detail

      • addDescription

        public abstract void addDescription​(TestReport report)
        Requests that the exception populates the TestReport with the relevant information.
      • getAssertionType

        public abstract java.lang.String getAssertionType()
        Returns the type of assertion which failed. e.g., "assertEquals"