Searched refs:formatSkip (Results 1 – 1 of 1) sorted by relevance
248 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