google / truth

Fluent assertions for Java and Android
https://truth.dev/
Apache License 2.0
2.73k stars 260 forks source link

Copy `Truth8.assertThat` overloads for `Path` and `OptionalLong` to the main `Truth` class. #1236

Closed copybara-service[bot] closed 9 months ago

copybara-service[bot] commented 9 months ago

Copy Truth8.assertThat overloads for Path and OptionalLong to the main Truth 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 from Truth8).