On Mon, 3 Nov 2025 16:13:17 GMT, Jaikiran Pai <[email protected]> wrote:
> > would it make sense to add a small new test method, > > say testNullMessages(), in the same class to verify the exception messages > > specifically? > > I think that should be OK. It doesn't have to be too complicated/generic > either, as long as it tests these specific method calls. Thanks for confirming! I’ll add a straightforward testNullMessages() method in the same class to verify those specific calls. ------------- PR Comment: https://git.openjdk.org/jdk/pull/28103#issuecomment-3485522603
