Unitverse icon indicating copy to clipboard operation
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.

Results 3 Unitverse issues
Sort by recently updated
recently updated
newest added

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...

enhancement

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...

enhancement

**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...

enhancement