Skip to content

Commit

Permalink
AU: 1 updated - unit-test-boilerplate-generator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 17, 2018
1 parent daa7ab9 commit a012aa9
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion automatic/unit-test-boilerplate-generator/Readme.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# [<img src="https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/7f25c1838154fe1d1a6d73a052e5d0c351f0fd76/icons/unit-test-boilerplate-generator.png" height="48" width="48" /> ![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)
# [<img src="https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@7f25c1838154fe1d1a6d73a052e5d0c351f0fd76/icons/unit-test-boilerplate-generator.png" height="48" width="48" /> ![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.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ in verifying that this package's contents are trustworthy.
The extension has been downloaded from visual studio gallery <https://marketplace.visualstudio.com/items?itemName=RandomEngy.UnitTestBoilerplateGenerator>
and can be verified like this:

1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/1.9.10/1531368627152/Unit_Test_Boilerplate_Generator_v1.9.10.vsix>
1. Download <https://randomengy.gallerycdn.vsassets.io/extensions/randomengy/unittestboilerplategenerator/1.9.11/1542398095248/Unit_Test_Boilerplate_Generator_v1.9.11.vsix>
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: 5F9B61C9FE798705C7D742CE532C9074D1523C1D8CBD5FA7E901CECAF244A0AD
checksum: 5E2ED946F1AFD41DDBD45831969B43EFA5058BF830E02097EB0C947C7A74360F

The file 'LICENSE.txt' has been obtained from <https://github.com/Microsoft/UnitTestBoilerplateGenerator/blob/46b546e65c20786ffdcba04a6011b638f79e6d25/LICENSE>
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ $toolsPath = Split-Path $MyInvocation.MyCommand.Definition

$parameters = @{
PackageName = $env:ChocolateyPackageName
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.10.vsix"
File = "$toolsPath\Unit_Test_Boilerplate_Generator_v1.9.11.vsix"
}

Install-VisualStudioVsixExtension @parameters
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>unit-test-boilerplate-generator</id>
<version>1.9.10</version>
<version>1.9.11</version>
<packageSourceUrl>https://github.com/AdmiringWorm/chocolatey-packages/tree/master/automatic/unit-test-boilerplate-generator</packageSourceUrl>
<owners>AdmiringWorm</owners>
<title>Unit Test Boilerplate Generator</title>
<authors>RandomEngy,Microsoft</authors>
<projectUrl>https://marketplace.visualstudio.com/items?itemName=RandomEngy.UnitTestBoilerplateGenerator</projectUrl>
<iconUrl>https://cdn.rawgit.com/AdmiringWorm/chocolatey-packages/7f25c1838154fe1d1a6d73a052e5d0c351f0fd76/icons/unit-test-boilerplate-generator.png</iconUrl>
<iconUrl>https://cdn.jsdelivr.net/gh/AdmiringWorm/chocolatey-packages@7f25c1838154fe1d1a6d73a052e5d0c351f0fd76/icons/unit-test-boilerplate-generator.png</iconUrl>
<copyright>Copyright (c) 2016 Microsoft</copyright>
<licenseUrl>https://github.com/Microsoft/UnitTestBoilerplateGenerator/blob/master/LICENSE</licenseUrl>
<requireLicenseAcceptance>false</requireLicenseAcceptance>
Expand Down

0 comments on commit a012aa9

Please sign in to comment.