| Package | Description |
|---|---|
| org.testng.internal |
| Modifier and Type | Method and Description |
|---|---|
static Utils.StackTraceType |
Utils.StackTraceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Utils.StackTraceType[] |
Utils.StackTraceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
private static java.lang.String |
Utils.buildStackTrace(java.lang.Throwable t,
boolean toHtml,
Utils.StackTraceType type) |