Uses of Class
org.testng.internal.Utils.StackTraceType
-
Packages that use Utils.StackTraceType Package Description org.testng.internal -
-
Uses of Utils.StackTraceType in org.testng.internal
Methods in org.testng.internal that return Utils.StackTraceType Modifier and Type Method 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.Methods in org.testng.internal with parameters of type Utils.StackTraceType Modifier and Type Method Description private static java.lang.String
Utils. buildStackTrace(java.lang.Throwable t, boolean toHtml, Utils.StackTraceType type)
-