google / truth

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

Copy remaining `Truth8.assertThat` overloads to the main `Truth` class—except `Path` and `OptionalLong`. #1235

Closed copybara-service[bot] closed 9 months ago

copybara-service[bot] commented 9 months ago

Copy remaining Truth8.assertThat overloads to the main Truth class—except Path and OptionalLong.

We'll post some migration suggestions as part of the release notes.

This is the biggest remaining part of https://github.com/google/truth/issues/746, but some loose ends remain.

RELNOTES=Added most remaining Truth8.assertThat overloads to the main Truth class.