Closed
Description
Junit 5 provides a lot of new features(namely Precise exception handling
, RepeatedTest
etc.) that could be useful to us, it requires Java 8 to be the minimum runtime version, now that Java 8 is the minimum supported version for GAPIC, we can follow the migration guide to modernize our testing infra.
We can start with all the handwritten code in this repo, and expand to google-cloud-java
and eventually handwritten libraries.