Donald Whyte
Donald Whyte
Thanks for pointing this out! Unfortunately, Rust's hygenic macros prevent us from being able to mock traits/methods which use the `Self` type, since the compiler can't deduce the meaning `Self`...
Hey @U007D! I haven't forgotten about this. I've been spending most of the time I have available on double on implementing a concise/expressive call pattern matching API (inspired by Google...
Ack. I think it should be possible to support this. My initial thinking is to simply every private member variable of the generated mock struct in an `Arc`. This makes...
I intend to spend some time working on this next weekend.
Progress has been made. I have WIP (work in progress) branch that is mostly working. I plan to finish this feature and deploy it to a new version of the...