public final class TestUtils extends Object
| Modifier and Type | Method and Description |
|---|---|
static void |
compressHeapDumps() |
static void |
dump(String filenamePrefix) |
static boolean |
isSctpSupported()
Return
true if SCTP is supported by the running os. |
static String |
testMethodName(org.junit.jupiter.api.TestInfo testInfo)
Returns the method name of the current test.
|
public static boolean isSctpSupported()
true if SCTP is supported by the running os.public static String testMethodName(org.junit.jupiter.api.TestInfo testInfo)
public static void dump(String filenamePrefix) throws IOException
IOExceptionpublic static void compressHeapDumps()
throws IOException
IOExceptionCopyright © 2008–2025 The Netty Project. All rights reserved.