nrxus / faux

Struct mocking library for Rust
https://nrxus.github.io/faux/
MIT License
411 stars 14 forks source link

Mock verification #32

Open nrxus opened 3 years ago

nrxus commented 3 years ago

faux should support verification that a mock got called with certain arguments.

cc: @muscovite

giomf commented 11 months ago

Are there any plans in the near future for this feature?

nrxus commented 11 months ago

"near future" is overstating it but I definitely want to add this sooner rather than later. I actually did a proof of concept for this on some branch a while ago so it's very doable, I think I just got a little stuck in the UX for it and then stuff came up so I forgot about it and got stale. So hopefully in the near-ish future, but it largely depends on whether I get time/motivation for it or if someone puts a PR up for it.