Home
last modified time | relevance | path

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

/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java248 formatSkip(description, ignoreAnnotation != null ? ignoreAnnotation.value() : null); in testIgnored()
255 formatSkip(failure.getDescription(), failure.getMessage()); in testAssumptionFailure()
262 private void formatSkip(Description description, String message) throws Exception { in formatSkip() method in XmlRunListener