Skip to content

Releases: dlmcdonald/UnitTestGenerator

0.1.5

08 Jan 09:32
d859015
Compare
Choose a tag to compare
0.1.5 Pre-release
Pre-release
  • Add Auto-importing of required namespaces
  • Slightly simplify the settings file

0.1.4

12 Dec 10:20
Compare
Choose a tag to compare
0.1.4 Pre-release
Pre-release
  • Fix issue where users were unable to install on non-preview builds of VS for Mac

0.1.3

05 Dec 16:43
c79ed38
Compare
Choose a tag to compare
0.1.3 Pre-release
Pre-release
  • Adds autogeneration of container class
  • Adds auto-mocking of container class constructor
  • Adds auto-generation of parameters for method
  • Creates full test structure

0.1.2

03 Dec 19:12
723d9ff
Compare
Choose a tag to compare
0.1.2 Pre-release
Pre-release

Visual Studio for Mac 2019 Update!

  • Fixes issues with VS Mac 2019
  • Updates all async await to function correctly
  • Fix issue that was sometimes causing the test to not generate
  • Allow using the return key to confirm your test name

0.1.1

22 Apr 08:43
af290c0
Compare
Choose a tag to compare
0.1.1 Pre-release
Pre-release

Additional features in this release:

  • Update methods to use async/await ( #6 )
  • Convert helper classes to services to be used with CompositionManager ( #1 )
  • Add settings to allow for a custom "SetUp" method when generating a new test file ( #4 )

UnitTestGenerator 0.1 (Alpha)

20 Apr 13:37
Compare
Choose a tag to compare
Pre-release

Initial release of UnitTestGenerator extension for Visual Studio for Mac (for Xamarin Projects)

Features:

  • Code template for creating a UnitTest file (from File > New File)
  • Generate UnitTest from Right click context menu (In both old and new preview editor)
  • Automatically generate unit test file based on class namespace
  • Generate new test methods in files that exist
  • Automatically use Task/void based on method and add Tasks namespace if required
  • Settings for simple customization