From 0587dacc91ad4eb84e125658ad5bbf24825af7d1 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Sun, 14 Jul 2019 08:07:38 +0000 Subject: [PATCH] AU: 1 updated - unit-test-boilerplate-generator [skip ci] https://gist.github.com/747b3ede98c9404e5cb6a399595e7ad1/2180be7d6d15c43bde1870b2e925894e7c9b911f --- automatic/unit-test-boilerplate-generator/Changelog.md | 5 +++++ automatic/unit-test-boilerplate-generator/Readme.md | 2 +- .../legal/VERIFICATION.txt | 4 ++-- .../tools/chocolateyinstall.ps1 | 2 +- .../unit-test-boilerplate-generator.nuspec | 8 ++++---- 5 files changed, 13 insertions(+), 8 deletions(-) diff --git a/automatic/unit-test-boilerplate-generator/Changelog.md b/automatic/unit-test-boilerplate-generator/Changelog.md index cff7dcbcc..b8179a2df 100644 --- a/automatic/unit-test-boilerplate-generator/Changelog.md +++ b/automatic/unit-test-boilerplate-generator/Changelog.md @@ -1,5 +1,10 @@ # ![Unit Test Boilerplate Generator Changelog](https://img.shields.io/badge/Unit%20Test%20Boilerplate%20Generator-Package%20Changelog-blue.svg?style=for-the-badge) +## Version: 2.0.0 (2019-07-14) + +- **BUGS:** Changed readme image links from rawgit to jsdelivr +- Move all icons to their respective package directory [#47](https://github.com/AdmiringWorm/chocolatey-packages/issues/47) + ## Version: 1.10.0 (2019-04-26) - **BUG:** Updater times out during update check [#67](https://github.com/AdmiringWorm/chocolatey-packages/issues/67) diff --git a/automatic/unit-test-boilerplate-generator/Readme.md b/automatic/unit-test-boilerplate-generator/Readme.md index a1a1e926a..0e79f22e4 100644 --- a/automatic/unit-test-boilerplate-generator/Readme.md +++ b/automatic/unit-test-boilerplate-generator/Readme.md @@ -1,4 +1,4 @@ -# [ ![Unit Test Boilerplate Generator](https://img.shields.io/chocolatey/v/unit-test-boilerplate-generator.svg?label=Unit%20Test%20Boilerplate%20Generator&style=for-the-badge)](https://chocolatey.org/packages/unit-test-boilerplate-generator) +# [ ![Unit Test Boilerplate Generator](https://img.shields.io/chocolatey/v/unit-test-boilerplate-generator.svg?label=Unit%20Test%20Boilerplate%20Generator&style=for-the-badge)](https://chocolatey.org/packages/unit-test-boilerplate-generator) Generates a unit test boilerplate from a given C# class, setting up mocks for all dependencies and test outlines for all public methods. diff --git a/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt b/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt index 69b63018a..e375837c7 100644 --- a/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt +++ b/automatic/unit-test-boilerplate-generator/legal/VERIFICATION.txt @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy. The extension has been downloaded from visual studio gallery and can be verified like this: -1. Download +1. Download 2. Then use one of the following methods to obtain the checksum - Use powershell function 'Get-Filehash' - Use chocolatey utility 'checksum.exe' checksum type: sha256 - checksum: CB6B2FCFBE99EDAD3631D4C99B730A1FDF189EF18CF1F95C81505B642039FFF9 + checksum: 0D7282CA7597C73F986203D44B40A951DE16E0C7B5720A7F113ED929B34B7576 The file 'LICENSE.txt' has been obtained from diff --git a/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 b/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 index 2072359f1..5b76ea4c9 100644 --- a/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 +++ b/automatic/unit-test-boilerplate-generator/tools/chocolateyinstall.ps1 @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition $parameters = @{ PackageName = $env:ChocolateyPackageName - File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.10.5.vsix" + File = "$toolsPath\Unit_Test_Boilerplate_Generator_v2.0.0.vsix" } Install-VisualStudioVsixExtension @parameters diff --git a/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec b/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec index 7e8b7b8e5..8b4300285 100644 --- a/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec +++ b/automatic/unit-test-boilerplate-generator/unit-test-boilerplate-generator.nuspec @@ -3,13 +3,13 @@ unit-test-boilerplate-generator - 1.10.5 + 2.0.0 https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/unit-test-boilerplate-generator AdmiringWorm Unit Test Boilerplate Generator RandomEngy,Microsoft https://marketplace.visualstudio.com/items?itemName=RandomEngy.UnitTestBoilerplateGenerator - https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@7f25c1838154fe1d1a6d73a052e5d0c351f0fd76/icons/unit-test-boilerplate-generator.png + https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@1a49dac9d37d4ff887f5bf5a145425f5e87fb081/automatic/unit-test-boilerplate-generator/icons/128x128.png Copyright (c) 2016 Microsoft https://github.com/Microsoft/UnitTestBoilerplateGenerator/blob/master/LICENSE false @@ -42,13 +42,13 @@ Dependency injection modes supported: Right click an item in Solution Explorer and choose "Create Unit Test Boilerplate" . -![Before Screenshot](https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/97e1459ab29627e3f745789c45bed85ef3f67f29/automatic/unit-test-boilerplate-generator/screenshots/BeforeScreenshot.png) +![Before Screenshot](https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@97e1459ab29627e3f745789c45bed85ef3f67f29/automatic/unit-test-boilerplate-generator/screenshots/BeforeScreenshot.png) This will create a test class in the same relative path as the class in a specified unit test project. All the dependencies are mocked and saved as fields which are created fresh for each test via \[TestInitialize]. In addition, all public methods on the tested class are set up with a test method outline: -![After Screenshot](https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/97e1459ab29627e3f745789c45bed85ef3f67f29/automatic/unit-test-boilerplate-generator/screenshots/AfterScreenshot.png) +![After Screenshot](https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@97e1459ab29627e3f745789c45bed85ef3f67f29/automatic/unit-test-boilerplate-generator/screenshots/AfterScreenshot.png) Each mocking framework has its own pattern. ]]>