Interface AssertionHandler


  • public interface AssertionHandler
    Handler for assertions.
    • Method Detail

      • log

        void log​(java.lang.String message)
        Report message that may be related to next message.
      • handle

        void handle​(AssertionData assertionData)
        Handle reported assertion.