microsoft / UnitTestBoilerplateGenerator

An extension for Visual Studio that generates a unit test boilerplate from a given class, setting up mocks for all dependencies. Supports NUnit, Visual Studio Test, Moq and SimpleStubs.
MIT License
158 stars 51 forks source link

Fix issue 29 : NotSupportedException: Parameter type not supported when creating test file. #30

Closed rCartoux closed 6 years ago

rCartoux commented 6 years ago
RandomEngy commented 6 years ago

Thanks for the fixes.