Reorder `PrimitiveFloatArraySubjectTest` tests to group by method. Reorders the [recently added tests](https://github.com/google/truth/pull/1670) (for `isEmpty`/`isNotEmpty`, null arrays, and negative out-of-range cases) in the Java test file so they are grouped next to the existing tests for the same methods. PiperOrigin-RevId: 943493956
Truth makes your test assertions and failure messages more readable. Similar to AssertJ, it natively supports many JDK and Guava types, and it is extensible to others.
Truth is owned and maintained by the Guava team. It is used in the majority of the tests in Google’s own codebase.
Read more at the main website.