Windows-powershell / PowerShell-master /test /powershell /engine /ResourceValidation /SecurityResources.Tests.ps1
| # Copyright (c) Microsoft Corporation. | |
| # Licensed under the MIT License. | |
| . "$PSScriptRoot/TestRunner.ps1" | |
| $assemblyName = "Microsoft.PowerShell.Security" | |
| # excluded resources, taken from the 'EmbeddedResource Remove' | |
| # entries in the csproj for the assembly | |
| $excludeList = @("SecurityMshSnapinResources.resx") | |
| # load the module since it isn't there by default | |
| Import-Module Microsoft.PowerShell.Security | |
| # run the tests | |
| Test-ResourceStrings -AssemblyName $AssemblyName -ExcludeList $excludeList | |