Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make advance by TimeInterval in TestScheduler possible #828

Merged

Commits on Apr 24, 2021

  1. Make advance by TimeInterval in TestScheduler possible

    The `currentDate` in `TestScheduler could already be advanced by
    `DispatchTimeInterval`. In unit tests the developer might want to
    reuse an existing constant, which often is a `Double`/`TimeInterval`.
    
    This commits adds a second method with exactly the same signature as
    the existing one; only the type of the argument is different.
    carsten-wenderdel committed Apr 24, 2021
    Configuration menu
    Copy the full SHA
    8244e14 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e4420b View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2021

  1. Configuration menu
    Copy the full SHA
    4dfa99f View commit details
    Browse the repository at this point in the history