public final class StackTraceTools extends Object
| Modifier and Type | Method and Description |
|---|---|
static StackTraceElement[] |
getTestNGInstrastructure(StackTraceElement[] stack,
ITestNGMethod method) |
static int |
getTestRoot(StackTraceElement[] stack,
ITestNGMethod method) |
public static int getTestRoot(StackTraceElement[] stack, ITestNGMethod method)
stack - The stack tracemethod - The test methodmethod
is not in it.public static StackTraceElement[] getTestNGInstrastructure(StackTraceElement[] stack, ITestNGMethod method)
stack - The stacktracemethod - The test methodmethod
is not in it.Copyright © 2025. All rights reserved.