D | DescriptionGenerator.java | 332 String newName = getAttribute(suiteElem, ATTRIBUTE_NAME) + "." in mergeEmptySuites() 333 + getAttribute(child, ATTRIBUTE_NAME); in mergeEmptySuites() 476 private String getAttribute(Node elem, String name) { in getAttribute() method in DescriptionGenerator.XMLGenerator
|