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

Update to OCMock 3.6 #1829

Merged
merged 3 commits into from
May 22, 2020
Merged

Update to OCMock 3.6 #1829

merged 3 commits into from
May 22, 2020

Commits on May 21, 2020

  1. Update to OCMock 3.6

    - The issues in #1038 are not explained.
    - In `ASCollectionViewTests` do not mock every `collectionViewLayout`, only do it for the test that requires it. In addition, call `-stopMocking` when done. OCMock 3.6 found this code using stuff after it should have been.
    - 5c42bb4 says the layer tests are not typically run, but they are in the project. That diff refers to ASUIViewTests being skipped, but those tests do not exist. So I've just disabled them in this diff. It is not clear how they ever worked.
    Greg Bolsinga committed May 21, 2020
    Configuration menu
    Copy the full SHA
    f987afd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    382fd51 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

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