Unitverse
Unitverse copied to clipboard
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.
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...
When generating tests, the code for instantiating the test class is not generated correctly if the class has a primary constructor. The constructor parameters are missing. **Example:** `public class RequestHandler(IOptions...
**Is your feature request related to a problem? Please describe.** MSTest v4 removed the deprecated Assert.ThrowsException. In v3, Assert.ThrowsException had an autofix to replace to Assert.ThrowsExactly, but it is not...