Skip to content

Truth 0.34

Compare
Choose a tag to compare
@cpovirk cpovirk released this 23 Jun 15:13
· 973 commits to master since this release

Maven Release

  • Add MultimapSubject.containsExactly.
  • Remove the redundant synthetic cause from truth assertion errors.
  • Begin renaming withFailureMessage to withMessage (on AbstractVerb/TestVerb).
  • Deprecate assertAbout(...).withFailureMessage(...) in favor of assertWithMessage(...).about(...).
  • FailureStrategy is fully abstract. Users should prefer AbstractFailureStrategy or one of the alternatives detailed in the javadocs.
  • Lock down assorted APIs that aren't meant to be used / used publicly / subtyped.