Home
last modified time | relevance | path

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

/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java178 formatError(ELEMENT_FAILURE, failure); in testFailure()
181 formatError(ELEMENT_ERROR, failure); in testFailure()
186 private void formatError(String type, Failure failure) throws Exception { in formatError() method in XmlRunListener