Skip to content

LambdaTest 0.4.0 - 2018-03-05

Choose a tag to compare

@lefou lefou released this 05 Mar 08:58
· 140 commits to main since this release
  • 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.