Closed copybara-service[bot] closed 9 months ago
Copy Truth8.assertThat overloads for Path and OptionalLong to the main Truth class.
Truth8.assertThat
Path
OptionalLong
Truth
(split off from cl/603361985 because I was waiting on fixes to a couple projects)
We'll post some migration suggestions as part of the release notes.
This is one of the remaining loose ends of https://github.com/google/truth/issues/746.
RELNOTES=Added Truth.assertThat(Path) and (OptionalLong) overloads (copied from Truth8).
Truth.assertThat(Path)
(OptionalLong)
Truth8
Copy
Truth8.assertThat
overloads forPath
andOptionalLong
to the mainTruth
class.(split off from cl/603361985 because I was waiting on fixes to a couple projects)
We'll post some migration suggestions as part of the release notes.
This is one of the remaining loose ends of https://github.com/google/truth/issues/746.
RELNOTES=Added
Truth.assertThat(Path)
and(OptionalLong)
overloads (copied fromTruth8
).