Home
last modified time | relevance | path

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

/external/testng/src/main/java/org/testng/xml/
DXmlTest.java514 Properties includeProps = new Properties(); in toXml() local
515 includeProps.setProperty("name", groupName); in toXml()
517 xsb.addEmptyElement("include", includeProps); in toXml()
528 Properties includeProps = new Properties(); in toXml() local
529 includeProps.setProperty("name", includeGroupName); in toXml()
531 xsb.addEmptyElement("include", includeProps); in toXml()