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

Add boilerplate for internals #38

Open mmz opened 6 years ago

mmz commented 6 years ago

Installed product versions

Description

Generation of test methods for internal members. Sugar: Automatically add [assembly: InternalsVisibleTo("%TargetNamespace%.Tests")]

LeoJHarris commented 4 years ago

Upvoting. 👍