Skip to content

Latest commit

 

History

History
65 lines (45 loc) · 1.78 KB

File metadata and controls

65 lines (45 loc) · 1.78 KB

Features that have a checkmark are complete and available for download in the CI build.

Changelog

These are the changes to each version that has been released on the official Visual Studio extension gallery.

Roadmap

  • Support for dependency properties from other IoC frameworks
  • Add an option for what folder to add the test class to

1.5.10

2017-04-25

  • Added support for Ninject and Grace property injection
  • We no longer try to make mock objects for unmockable structs like DateTime
  • Fixed an issue where we would mis-identify an NUnit project as a Visual Studio Test project
  • Fixed an issue where tests were being created with some non-CLRF lines

1.5.2

2017-02-26

  • Added support for mocking generic interfaces.

1.5.0

2017-01-30

  • Switched to a template-based system, allowing users to change the generated code from the settings screen.
  • Added support for NSubstitute

1.4.5

2016-10-23

  • Fixed issue with detecting test and mock frameworks on UWP projects with project.json.
  • Fixed issue with classes with simple type constructor parameters; those are now filled in with "TODO".
  • Test project list is now alphabetically sorted.

1.4

2016-09-25

  • Added support for NUnit
  • Added support for SimpleStubs mocking framework
  • Added settings storage to remember last picked project

1.3

2016-09-13

  • Updated to run mockRepository.VerifyAll() in a cleanup method

1.2

2016-09-01

  • Appropriate using statements are now brought in automatically

1.1

2016-08-25

  • Fixed mixed \r\n and \n on generated code, now only generates \r\n.

1.0

2016-08-25

  • Initial release
  • Support for Moq, constructor injection and Unity dependency injection