Home
last modified time | relevance | path

Searched refs:getStackTraceOutputMethod (Results 1 – 3 of 3) sorted by relevance

/external/testng/src/main/java/org/testng/reporters/
DXMLReporter.java209 public int getStackTraceOutputMethod() { in getStackTraceOutputMethod() method in XMLReporter
210 return config.getStackTraceOutputMethod(); in getStackTraceOutputMethod()
DXMLReporterConfig.java172 public int getStackTraceOutputMethod() { in getStackTraceOutputMethod() method in XMLReporterConfig
DXMLSuiteResultWriter.java286 … if ((config.getStackTraceOutputMethod() & XMLReporterConfig.STACKTRACE_SHORT) == XMLReporterConfig in addTestResultException()
292 … if ((config.getStackTraceOutputMethod() & XMLReporterConfig.STACKTRACE_FULL) == XMLReporterConfig in addTestResultException()