Use junit5 methods (#11508)

Motivation:

We missed to update one junit4 method usage to junit5

Modifications:

Use junit5 methods

Result:

No more usage of junit4
This commit is contained in:
Norman Maurer 2021-07-26 08:28:32 +02:00
parent 8f2fe8659b
commit 3549c4048c

View File

@ -15,7 +15,7 @@
*/
package io.netty.handler.ssl;
import static org.junit.Assume.assumeTrue;
import static org.junit.jupiter.api.Assumptions.assumeTrue;
final class OpenSslTestUtils {
private OpenSslTestUtils() {