Should-BeFals*
/Should-BeTru*
: The commands are missing named parameter Expected
#2517
Closed
3 tasks done
Labels
Checklist
Summary of the feature request
Looking at the help for he commands
Should-BeFalse
Should-BeFalsy
Should-BeTrue
Should-BeTruthy
they are all missing the named parameter
Expected
which for exampleShould-Be
andShould-BeExactly
has.Also, these commands has the positional parameter 1 set to
Actual
while position 2 is set toBecause
. That also differ fromShould-Be
andShould-BeExactly
which has position 1 set toExpected
and position 2 is set toActual
.How should it work?
Is this meant to be this way, or is this something that should be resolved? I curious because it would simplify conversion from Pester 5 format to Pester 6 format if the commands behave the same. 🙂
The text was updated successfully, but these errors were encountered: