Uses of Enum Class
org.testng.reporters.XMLReporterConfig.StackTraceLevels
Packages that use XMLReporterConfig.StackTraceLevels
-
Uses of XMLReporterConfig.StackTraceLevels in org.testng.reporters
Fields in org.testng.reporters declared as XMLReporterConfig.StackTraceLevelsModifier and TypeFieldDescriptionXMLReporterConfig.stackTraceOutputLevel
XMLReporterConfig.stackTraceOutputMethod
Stack trace output method for the failed tests using one of the STACKTRACE_* constants.Methods in org.testng.reporters that return XMLReporterConfig.StackTraceLevelsModifier and TypeMethodDescriptionXMLSuiteResultWriter.calculateStackTraceLevels
(ITestResult testResult) XMLReporterConfig.getStackTraceOutput()
XMLReporterConfig.getStackTraceOutputLevelForPassedTests()
XMLReporterConfig.StackTraceLevels.parse
(int level) Returns the enum constant of this class with the specified name.static XMLReporterConfig.StackTraceLevels[]
XMLReporterConfig.StackTraceLevels.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.testng.reporters with parameters of type XMLReporterConfig.StackTraceLevelsModifier and TypeMethodDescriptionvoid
XMLReporterConfig.setStackTraceOutput
(XMLReporterConfig.StackTraceLevels stackTraceOutputMethod)