mattwhitfield / Unitverse

A unit test generation extension for Visual Studio that aims to always produce code that compiles - covering the basic cases automatically and preparing as much as it can for the complex cases.
MIT License
89 stars 20 forks source link

Add support for Pose #251

Open mattwhitfield opened 1 month ago

mattwhitfield commented 1 month ago

https://github.com/tonerdo/pose is a Fakes like library in managed code. It would be interesting to see if we can evaluate some of the methods called and emit shims for them. We could, at the very least, wrap method calls in PoseContext.Isolate(() =>