netty5/handler/src
Norman Maurer 87d9ecc2c9 Correctly skip OpenSsl* tests if OpenSsl.isAvailable() is false.
Motivation:

We missed to skip some tests for OpenSsl when OpenSsl.isAvailable() is false.

Modifications:

- Correctly skip tests when OpenSsl.isAvailable() is false.
- Simplify some code by using @BeforeClass.

Result:

Be able to compile netty even when OpenSsl is not present on the system.
2016-06-17 08:35:57 +02:00
..
main/java/io/netty/handler Guard against possible segfault when OpenSslContext is gc'ed and user still hold reference to OpenSslSessionContext / OpenSslSessionStats 2016-06-17 08:33:09 +02:00
test Correctly skip OpenSsl* tests if OpenSsl.isAvailable() is false. 2016-06-17 08:35:57 +02:00