Searched refs:createAttributeMap (Results 1 – 1 of 1) sorted by relevance
75 Map<String, String> testSuiteAttributes = createAttributeMap(parser); in readTestSuite()85 Map<String, String> testCaseAttributes = createAttributeMap(parser); in readTestSuite()96 Map<String, String> resultAttributes = createAttributeMap(parser); in readTestSuite()125 private Map<String, String> createAttributeMap(KXmlParser parser) { in createAttributeMap() method in XmlReportReader