Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DXMLSuiteResultWriter.java275 Properties exceptionAttrs = new Properties(); in addTestResultException() local
276 exceptionAttrs.setProperty(XMLReporterConfig.ATTR_CLASS, exception.getClass().getName()); in addTestResultException()
277 xmlBuffer.push(XMLReporterConfig.TAG_EXCEPTION, exceptionAttrs); in addTestResultException()