netty5/codec
Norman Maurer 9b2b3e2512 Ensure tests pass when sun.misc.Unsafe is not present
Motivation:

We need to ensure we pass all tests when sun.misc.Unsafe is not present.

Modifications:

- Make *ByteBufAllocatorTest work whenever sun.misc.Unsafe is present or not
- Let Lz4FrameEncoderTest not depend on AbstractByteBufAllocator implementation details which take into account if sun.misc.Unsafe is present or not

Result:

Tests pass even without sun.misc.Unsafe.
2017-02-14 07:52:07 +01:00
..
src Ensure tests pass when sun.misc.Unsafe is not present 2017-02-14 07:52:07 +01:00
pom.xml Only use Mockito for mocking. 2017-02-07 08:47:22 +01:00