Home
last modified time | relevance | path

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

/external/vogar/src/vogar/
DXmlReportReader.java75 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