Lines Matching refs:Status
29 import lib.Status;
159 (Status.failed("Relation wasn't found")) ; in before()
177 tRes.tested("startDocument()", Status.skipped(true)); in _startDocument()
211 tRes.tested("endDocument()", Status.skipped(true)); in _endDocument()
247 tRes.tested("startElement()", Status.skipped(true)); in _startElement()
289 throw new StatusException(Status.failed("Bad relation")) ; in _startElement()
310 tRes.tested("endElement()", Status.skipped(true)); in _endElement()
329 tRes.tested("characters()", Status.skipped(true)); in _characters()
348 tRes.tested("ignorableWhitespace()", Status.skipped(true)); in _ignorableWhitespace()
367 tRes.tested("processingInstruction()", Status.skipped(true)); in _processingInstruction()
386 tRes.tested("setDocumentLocator()", Status.skipped(true)); in _setDocumentLocator()