Skip to content

Truth 0.38

Compare
Choose a tag to compare
@cpovirk cpovirk released this 05 Jan 16:07
· 840 commits to master since this release
  • Added overloads to containsExactlyElementsIn() and similar methods to accept arrays.
  • Made Expect support concurrent calls to fail().
  • Truth is now built with -target 7. However, it continues to depend on only "Java-6-like" APIs so that it continues to work on old versions of Android. (1688736)
  • Worked around GWT's buggy handling of double[] equality. Also, changed the rendering of double[] values under GWT to more closely match Java. The change requires an API that isn't present in older browers, so please report any problems you encounter. (1a4c679)
  • Made StandardSubjectBuilder.check() final. (1d44b58)