erikdoe / ocmock

Mock objects for Objective-C
http://ocmock.org
Apache License 2.0
2.16k stars 606 forks source link

All subclasses of OCMockObject should get `stopMocking` called on them in dealloc #497

Open dmaclach opened 3 years ago

dmaclach commented 3 years ago

This seems like a reasonable expectation of the API and in our case enables code that depends on stopMocking to function with OCProtocolMockObjects.