fmonniot / scala3mock

Mocking framework for Scala 3
https://francois.monniot.eu/scala3mock
Other
21 stars 2 forks source link

Argument capture #5

Open fmonniot opened 1 year ago

fmonniot commented 1 year ago

The original scalamock support argument capture (https://scalamock.org/user-guide/advanced_topics/#argument-capture) which haven't been ported to this library. No reason we cannot do it outside of the fact that I don't personally use this feature. This feature doesn't touch the macro side of things and should be a good first issue.