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

When a second mock is created for the same class, dispose of the dynamically created subclass for the first mock. #352

Merged

Commits on Mar 7, 2018

  1. When a second mock is created for the same class, dispose of the dyna…

    …mically created subclass for the first mock.
    
    Previously that first dynamically created subclass was kept around forever,
    and if accessed somehow (for example by enumerating objc_getClassList) would
    always raise NSInternalInconsistencyException.
    davidsansome committed Mar 7, 2018
    Configuration menu
    Copy the full SHA
    63aa2bb View commit details
    Browse the repository at this point in the history