Searched refs:testCaseElement (Results 1 – 1 of 1) sorted by relevance
173 … for (Element testCaseElement : elementsOf(testCatalog.getElementsByTagName("test-case"))) { in suite()174 result.addTest(suite.create(base, testCaseElement)); in suite()184 private TestCase create(File base, Element testCaseElement) { in create() argument203 … Element filePathElement = (Element) testCaseElement.getElementsByTagName("file-path").item(0); in create()204 Element purposeElement = (Element) testCaseElement.getElementsByTagName("purpose").item(0); in create()205 …Element specCitationElement = (Element) testCaseElement.getElementsByTagName("spec-citation").item… in create()206 … Element scenarioElement = (Element) testCaseElement.getElementsByTagName("scenario").item(0); in create()208 String category = testCaseElement.getAttribute("category"); in create()209 String id = testCaseElement.getAttribute("id"); in create()