erikdoe / ocmock

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

OCObserverMockObject can be completely replaced by XCTNSNotificationExpectation #463

Closed dmaclach closed 3 years ago

dmaclach commented 4 years ago

I suggest we deprecate OCObserverMockObject so we can eliminate them in a future version.

erikdoe commented 3 years ago

Agreed that this can and should be deprecated. Will merge the corresponding PR. It remains to be seen, though, what will happen when we actually remove the API. Will people really move their tests to the modern XCTest API or will they just not update to a version of OCMock that has observer mock API removed...?