Searched refs:ignoreAnnotation (Results 1 – 1 of 1) sorted by relevance
247 Ignore ignoreAnnotation = description.getAnnotation(Ignore.class); in testIgnored() local248 formatSkip(description, ignoreAnnotation != null ? ignoreAnnotation.value() : null); in testIgnored()