Uses of Enum
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.stackTraceOutputLevelXMLReporterConfig.stackTraceOutputMethodStack 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 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 TypeMethodDescriptionvoidXMLReporterConfig.setStackTraceOutput(XMLReporterConfig.StackTraceLevels stackTraceOutputMethod)