Skip to content

v4.2.0

Compare
Choose a tag to compare
@jonreid jonreid released this 30 Aug 22:15

Version 4.2.0

30 Aug 2019

Added DismissalVerifier to capture calls to dismiss view controller. The Swift version has a
verify method which checks:

  • That the dismissed count is 1.
  • The animated flag.
  • The dismissed view controller, if provided.

Like the other verifiers, it also has a capturedCompletion to capture any production code
completion handler, and a testCompletion so that test code can supply its own completion handler.