On Wed, 16 Apr 2025 17:04:07 GMT, Jaikiran Pai <j...@openjdk.org> wrote:

> > IIUC then you will be fine with a test that solely tests the default 
> > implementation of CharSequence.getChars()?
> 
> Correct. And a similar separate test for `CharBuffer.getChars()` since that 
> one too is a new default implementation method. I apologize if that wasn't 
> clear in the discussion so far.

I now have covered `CharSequence.getChars()` and `CharBuffer.getChars()` with 
*separate* basic unit testing. Does this fit? 🙂

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

PR Comment: https://git.openjdk.org/jdk/pull/21730#issuecomment-2814062190

Reply via email to