erikdoe / ocmock

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

Allow mocks to be created inside OCM Macro calls #450

Closed dmaclach closed 3 years ago

dmaclach commented 4 years ago

This allows a mock to be created inside an OCM Macro call while still preserving the case where we don't support mocking init.

Suggested fix for #449