Home
last modified time | relevance | path

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

/platform_testing/libraries/junitxml/src/com/android/junitxml/
DXmlRunListener.java247 Ignore ignoreAnnotation = description.getAnnotation(Ignore.class); in testIgnored() local
248 formatSkip(description, ignoreAnnotation != null ? ignoreAnnotation.value() : null); in testIgnored()