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

Request of supporting JustMock #56

Closed fengyuan213 closed 4 years ago

fengyuan213 commented 4 years ago

Installed product versions

Description

Is it possible to support JustMock framework?

https://www.telerik.com/products/mocking.aspx https://github.com/telerik/JustMockLite

RandomEngy commented 4 years ago

Added support for JustMock in 2.5.0. Make sure to rate the extension if you like it!