Searched refs:rootCause (Results 1 – 12 of 12) sorted by relevance
15 var rootCause: Error? { get } variable29 var rootCause: Error? { in causedBy() variable31 return cause.rootCause ?? cause in causedBy()
76 expect(c.rootCause) === a in spec()
209 expect(error.rootCause).to(beAKindOf(InvalidArgsNumberException.self)) in spec()210 let exception = error.rootCause as! InvalidArgsNumberException in spec()
312 (error as? Exception)?.rootCause is T in beFailure<Success, Failure, T: Exception>()
313 (error as? Exception)?.rootCause is T in beFailure<Success, Failure, T: Exception>()