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

Feature request - Create stubs for methods #11

Closed hanvyj closed 6 years ago

hanvyj commented 7 years ago

I'd love to see the boilerplate create a test stub for each public method (and property?) in the class with a simple Assert.Fail() rather than the current "TestMethod1"

RandomEngy commented 6 years ago

Implemented by PR from rCartoux, released in 1.9.