Add Default Value Test

This commit is contained in:
Wes Carroll
2019-03-31 21:46:58 -04:00
parent a7839b24d9
commit c28257ee3a
@@ -41,6 +41,7 @@ Describe $file.BaseName -Tag Unit {
it "port variable has a non-mandatory String parameter" {
Get-Command $file.BaseName | Should -HaveParameter zertoPort -Not -Mandatory
Get-Command $file.BaseName | Should -HaveParameter zertoPort -Type String
Get-Command $file.BaseName | Should -HaveParameter zertoPort -DefaultValue "9669"
}
it "port variable does not accecpt an empty or null input" {