Skip to content

Truth 1.0-rc2

Compare
Choose a tag to compare
@cpovirk cpovirk released this 01 Jul 14:33
· 595 commits to master since this release

Sorry for the last-second changes. We still expect to release 1.0 on July 8.

  • Changed DoubleSubject and FloatSubject to override isEqualTo and isNotEqualTo instead of declaring an overload. (4743c14)
  • Changed MultimapSubject.UsingCorrespondence methods containsExactly and containsAtLeast to require an E for their one non-varargs value argument, and removed their type parameters. (4743c14)
  • Eliminated type parameters on MapSubject.UsingCorrespondence and MultimapSubject.UsingCorrespondence methods containsExactlyEntriesIn and containsAtLeastEntriesIn. (4743c14)
  • Changed IntStreamSubject and LongStreamSubject methods isInOrder and isInStrictOrder to require a compatible Comparator. (4743c14)