Home
last modified time | relevance | path

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

/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java187 final Element failureOrError = mDocument.createElement(type); in formatError() local
195 currentTest.appendChild(failureOrError); in formatError()
199 failureOrError.setAttribute(ATTR_FAILURE_MESSAGE, message); in formatError()
201 failureOrError.setAttribute( in formatError()
207 failureOrError.appendChild(trace); in formatError()