On Fri, 6 Mar 2026 23:33:30 GMT, David Beaumont <[email protected]> wrote:
> 95% automated migration (search and replace). > A handful of slightly note-worthy tweaks (called out with inline comments). > > The majority/automated changes are: > * Convert to JUnit assertions (oddly, very few places) > * Convert to JUnit data providers (almost all tests) > * Convert test to use assertThrows (many tests) > * Make util methods static (needed for data providers, but done everywhere > for consistency) > * Organise imports This pull request has now been integrated. Changeset: e018cd60 Author: David Beaumont <[email protected]> Committer: SendaoYan <[email protected]> URL: https://git.openjdk.org/jdk/commit/e018cd60a09c37a1be749e7b45c25022e02f81c7 Stats: 564 lines in 28 files changed: 128 ins; 152 del; 284 mod 8379441: Refactor jaxp/javax catalog tests to use JUnit Reviewed-by: joehw, dfuchs ------------- PR: https://git.openjdk.org/jdk/pull/30124
