Interface AssertionHandler
-
public interface AssertionHandlerHandler for assertions.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidhandle(AssertionData assertionData)Handle reported assertion.voidlog(java.lang.String message)Report message that may be related to next message.
-
-
-
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.
-
-