Searched refs:exceptionAttrs (Results 1 – 1 of 1) sorted by relevance
275 Properties exceptionAttrs = new Properties(); in addTestResultException() local276 exceptionAttrs.setProperty(XMLReporterConfig.ATTR_CLASS, exception.getClass().getName()); in addTestResultException()277 xmlBuffer.push(XMLReporterConfig.TAG_EXCEPTION, exceptionAttrs); in addTestResultException()