netty-incubator-buffer-api/src/test/java/io
Chris Vest 926a1807b4 Clean up code and remove the BufferAdaptor
Instead use Mockito to implement the throwing behaviour on the buffers in those tests.
Sadly Mockito cannot spy or mock our Buffer implementation classes, and does not allow mocking an interface while spying on an implementation, so we have to do a more complicated dance with our mocking.
2021-04-27 10:00:27 +02:00
..
netty/buffer/api Clean up code and remove the BufferAdaptor 2021-04-27 10:00:27 +02:00