Truth 1.0-rc2
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
andFloatSubject
to overrideisEqualTo
andisNotEqualTo
instead of declaring an overload. (4743c14) - Changed
MultimapSubject.UsingCorrespondence
methodscontainsExactly
andcontainsAtLeast
to require anE
for their one non-varargs value argument, and removed their type parameters. (4743c14) - Eliminated type parameters on
MapSubject.UsingCorrespondence
andMultimapSubject.UsingCorrespondence
methodscontainsExactlyEntriesIn
andcontainsAtLeastEntriesIn
. (4743c14) - Changed
IntStreamSubject
andLongStreamSubject
methodsisInOrder
andisInStrictOrder
to require a compatibleComparator
. (4743c14)