Mocketry (and I assume mocks in general) make use of #doesNotUnderstand: , which means that QA will go crazy. :)
For example, Mocketry uses Arg class for capturing arguments.. so I will see '[...] Messages sent but not implemented' for most of the uses.
I suppose the package target package (Mocketry) could somehow package rules modifying this behavior?
Mocketry (and I assume mocks in general) make use of #doesNotUnderstand: , which means that QA will go crazy. :)
For example, Mocketry uses
Argclass for capturing arguments.. so I will see '[...] Messages sent but not implemented' for most of the uses.I suppose the package target package (Mocketry) could somehow package rules modifying this behavior?