On Tue, 16 Dec 2025 14:59:35 GMT, Alan Bateman <[email protected]> wrote:

>> Replace testng framework with junit
>
> test/jdk/java/math/BigDecimal/Constructor.java line 71:
> 
>> 69:                 } else {
>> 70:                     throw nfe;
>> 71:                 }
> 
> If you want, you could use `NumberFormatException nfe = assertThrows(..)` 
> here, then assert the cause. That would avoid mixing JUnit asserts with 
> explicit throw of RuntimeException.

That's just the result of a mechanical conversion of the original testng-based 
code.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/28848#discussion_r2623658294

Reply via email to