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