erikdoe / ocmock

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

Add support for multiple protocol mocks #294

Closed mattrobmattrob closed 7 years ago

mattrobmattrob commented 8 years ago

Completes #178.

mattrobmattrob commented 8 years ago

Executed 119 tests, with 0 failures (0 unexpected) in 1.884 (2.437) seconds

Not sure what's causing the Travis CI failure.

mattrobmattrob commented 8 years ago

Investigating test failures in what seems to be the OCMockLib tests.

mattrobmattrob commented 8 years ago

Test failures seem to be caused by va_arg(...) behaving badly when compiled originally for a 64-bit system and then used on a 32-bit system. Not sure if this is a show stopper or not or would be fixed when you ship a new version of the library.

erikdoe commented 7 years ago

This seems to have been superseded by #309. That does have some issues, but this PR also seems to be incomplete at this stage. So, I'm going to close it assuming that we'll get #309 working.