Uses of Class
org.testng.reporters.XMLReporterConfig.StackTraceLevels
-
Packages that use XMLReporterConfig.StackTraceLevels Package Description org.testng.reporters -
-
Uses of XMLReporterConfig.StackTraceLevels in org.testng.reporters
Methods in org.testng.reporters that return XMLReporterConfig.StackTraceLevels Modifier and Type Method Description XMLReporterConfig.StackTraceLevels
XMLReporterConfig. getStackTraceOutput()
XMLReporterConfig.StackTraceLevels
XMLReporterConfig. getStackTraceOutputLevelForPassedTests()
static XMLReporterConfig.StackTraceLevels
XMLReporterConfig.StackTraceLevels. parse(int level)
static XMLReporterConfig.StackTraceLevels
XMLReporterConfig.StackTraceLevels. parse(String raw)
static XMLReporterConfig.StackTraceLevels
XMLReporterConfig.StackTraceLevels. valueOf(String name)
Returns the enum constant of this type with the specified name.static XMLReporterConfig.StackTraceLevels[]
XMLReporterConfig.StackTraceLevels. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.testng.reporters with parameters of type XMLReporterConfig.StackTraceLevels Modifier and Type Method Description void
XMLReporterConfig. setStackTraceOutput(XMLReporterConfig.StackTraceLevels stackTraceOutputMethod)
-