netty5/buffer/src
Norman Maurer f9ca270e62 Fix test-error which was introduced by porting tests to junit5 (#11330)
Motivation:

b89a807d15 moved the buffer tests to junit5 but introduced a small error which could lead to test-failure

Modifications:

Correctly override the method and assert that super throws (as we can not expand the buffer).

Result:

No more test failures
2021-05-28 09:27:15 +02:00
..
main Add fast path in ByteBufUtil.compare and ByteBufUtil.equals methods (#11296) 2021-05-25 08:20:06 +02:00
test/java/io/netty/buffer Fix test-error which was introduced by porting tests to junit5 (#11330) 2021-05-28 09:27:15 +02:00