This commit is contained in:
jhoneill
2019-11-20 18:27:17 +00:00
parent f27729d2ab
commit 2e0cd4f97d
10 changed files with 30 additions and 218 deletions

View File

@@ -60,7 +60,8 @@ $tests = [ordered]@{
TestString = Get-Command Test-String
}
function Invoke-AllTests {
function Invoke-TestSet {
[alias("Invoke-AllTests")]
param(
$target,
[Switch]$OnlyPassing,