public class TestUtils
extends java.lang.Object
| Constructor and Description |
|---|
TestUtils() |
| Modifier and Type | Method and Description |
|---|---|
static void |
disableFileAnalyzer()
Deprecated.
since ages - use disableFileAnalyzer(String reason) instead
|
static void |
disableFileAnalyzer(int forMaxLines)
Deprecated.
since ages - use disableFileAnalyzer(String reason, int forMaxLines) instead
|
static void |
disableFileAnalyzer(java.lang.String reason) |
static void |
disableFileAnalyzer(java.lang.String reason,
int forMaxLines) |
static long |
dumpMemory() |
static void |
enableFileAnalyzer() |
static boolean |
forceGC() |
public static void enableFileAnalyzer()
@Deprecated public static void disableFileAnalyzer()
@Deprecated public static void disableFileAnalyzer(int forMaxLines)
public static void disableFileAnalyzer(java.lang.String reason)
reason - The reason why the fileanalyzer should be disabled for the next line, e.g. the exception that will be
thrownpublic static void disableFileAnalyzer(java.lang.String reason,
int forMaxLines)
reason - The reason why the fileanalyzer should be disabled for the next lines, e.g. the exception that will be
thrownforMaxLines - Amount of lines the fileanalyzer should skippublic static boolean forceGC()
public static long dumpMemory()
Copyright © 2018 SAP SE. All Rights Reserved.