You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove warnings in `OCMockObjectRuntimeTests.m`
- Add tests in `OCMockObjectProtocolMocksTests.m` to test new multiple protocol mock
- Add new macros to create multi-Protocol mocks
Completes erikdoe#178 enhancement.
- Remove warnings in `OCMockObjectRuntimeTests.m`
- Add tests in `OCMockObjectProtocolMocksTests.m` to test new multiple protocol mock
- Add new macros to create multi-Protocol mocks
Completes erikdoe#178.
First of all OCMock is a great tool, thank you for all the hard work on it!
OCMock doesn't provide a way to create a mock object that implements several protocols.
I believe that this would be a useful addition.
What do you think?
The text was updated successfully, but these errors were encountered: