erikdoe / ocmock

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

Add basic descriptions for invocation actions. #436

Open dmaclach opened 4 years ago

dmaclach commented 4 years ago

Helps in debugging and error reporting.

erikdoe commented 4 years ago

I've taken this out of 3.7 because I think I need more thought on what the descriptions shoould look like. The mock objects just show their class, the quantifiers return a string that can be used in user (developer) messaging. Here we'd include the memory location...