WaitingError
public enum WaitingError : Error
Errors waiting for intercepted Action
s
-
The
TestInterceptor
didn’t receive the expected number ofAction
s.Declaration
Swift
case expectedCountNotReached(message: String)