You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Detect logging framework (slf4j or java.util.logging) and log test progress
Added internal.Logger and internal.LoggerFactory to wrap either an
Slf4j-Logger or a JUL-Logger, both supporting Slf4j parameter placeholders.
Added new LoggingWrappingReporter which logs to an logging frameorg and
delegates all methods to an underlying Reporter.
Changed handling of the "optional" msg-paramter in Assert.assertXXX and Expect.expectXXX methods.
If given, the msg-parameter does no longer replace the generic assertion
message, instead both messages are shown, first the given message, then the
generic message.
Better handle arrays with primitive types.
Fixed issue, where a failing assert could throw a ClassCastExcpetion for
primitive type arrays.