|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.testng.reporters.util.StackTraceTools
public class StackTraceTools
Functionality to allow tools to analyse and subdivide stack traces.
| Constructor Summary | |
|---|---|
StackTraceTools()
|
|
| Method Summary | |
|---|---|
static java.lang.StackTraceElement[] |
getTestNGInstrastructure(java.lang.StackTraceElement[] stack,
ITestNGMethod method)
Finds topmost position of the test method in the stack, or top of stack if method is not in it. |
static int |
getTestRoot(java.lang.StackTraceElement[] stack,
ITestNGMethod method)
Finds topmost position of the test method in the stack, or top of stack if method is not in it. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StackTraceTools()
| Method Detail |
|---|
public static int getTestRoot(java.lang.StackTraceElement[] stack,
ITestNGMethod method)
method is not in it.
public static java.lang.StackTraceElement[] getTestNGInstrastructure(java.lang.StackTraceElement[] stack,
ITestNGMethod method)
method is not in it.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||