Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/reporters/
DXMLStringBuffer.java131 push(tagName, createProperties(attributes)); in push()
134 private Properties createProperties(String[] attributes) { in createProperties() method in XMLStringBuffer
207 addRequired(tagName, value, createProperties(attributes)); in addRequired()
225 XMLUtils.xmlOptional(m_buffer, m_currentIndent, tagName, value, createProperties(attributes)); in addOptional()
284 addEmptyElement(tagName, createProperties(attributes)); in addEmptyElement()