grpc-java/protobuf-lite/src
Eric Anderson 4c1bab9ed5 Prepare for JUnit 4.13
It deprecates ExpectedException and Assert.assertThat(T, org.hamcrest.Matcher).
Without Java 8 we don't want to migrate away from ExpectedException at
this time. We tend to prefer Truth over Hamcrest, so I swapped the one
instance of Assert.assertThat() to use Truth. With this change we get a
warning-less build with JUnit 4.13. We don't yet upgrade because we
still need to support JUnit 4.12 for some use-cases, but will be able to
upgrade to 4.13 soon when they upgrade.
2020-09-28 17:07:50 -05:00
..
main/java/io/grpc/protobuf/lite api,protobuf-lite: solve code style issues 2019-05-31 12:49:30 -07:00
test/java/io/grpc/protobuf/lite Prepare for JUnit 4.13 2020-09-28 17:07:50 -05:00