Re: RFR: 8331342: Convert Base64 tests to JUnit [v2]

2024-06-21 Thread Justin Lu
> Please review this test-only clean up PR which converts the java.util.Base64 > tests to run under JUnit. > > In general, this allows for the tests to run independently, separates the > data providers from the tests, as well being able to utilize the built in > JUnit utility test methods to re

RFR: 8331342: Convert Base64 tests to JUnit

2024-05-21 Thread Justin Lu
Please review this test-only clean up PR which converts the java.util.Base64 tests to run under JUnit. In general, this allows for the tests to run independently, separates the data providers from the tests, as well being able to utilize the built in JUnit utility test methods to reduce boilerp