Searched refs:currentTest (Results 1 – 1 of 1) sorted by relevance
188 Element currentTest; in formatError() local190 currentTest = mTestElements.get(failure.getDescription()); in formatError()192 currentTest = mRootElement; in formatError()195 currentTest.appendChild(failureOrError); in formatError()216 Element currentTest; in testFinished() local220 currentTest = mDocument.createElement(ELEMENT_TESTCASE); in testFinished()222 currentTest.setAttribute( in testFinished()227 currentTest.setAttribute(ATTR_TESTCASE_CLASSNAME, description.getClassName()); in testFinished()228 mRootElement.appendChild(currentTest); in testFinished()229 mTestElements.put(description, currentTest); in testFinished()[all …]