You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current handling of success/fail is a bit confusing/complicated. After adding bool properties TestCode, TestText, TestHeaders, and TestCert we could calculate a simple [bool]$Pass property instead of requiring a $null check against TestResult.Result.
The text was updated successfully, but these errors were encountered:
The current handling of success/fail is a bit confusing/complicated. After adding
bool
propertiesTestCode
,TestText
,TestHeaders
, andTestCert
we could calculate a simple[bool]$Pass
property instead of requiring a$null
check againstTestResult.Result
.The text was updated successfully, but these errors were encountered: