Uses of Enum
org.testng.reporters.XMLReporterConfig.StackTraceLevels
Packages that use XMLReporterConfig.StackTraceLevels
-
Uses of XMLReporterConfig.StackTraceLevels in org.testng.reporters
Methods in org.testng.reporters that return XMLReporterConfig.StackTraceLevelsModifier and TypeMethodDescriptionXMLReporterConfig.getStackTraceOutput()
XMLReporterConfig.getStackTraceOutputLevelForPassedTests()
XMLReporterConfig.StackTraceLevels.parse
(int level) 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.StackTraceLevelsModifier and TypeMethodDescriptionvoid
XMLReporterConfig.setStackTraceOutput
(XMLReporterConfig.StackTraceLevels stackTraceOutputMethod)