nohwnd / Assert

A set of advanced assertions for Pester to simplify how you write tests.
MIT License
101 stars 12 forks source link

Add positional parameter for input #10

Closed nohwnd closed 7 years ago

nohwnd commented 7 years ago

Adds position 1 to -Actual so you can provide the value by position without specifying the paramater by name. Hope this won't cause conflicts in the future.

The only assertion this does not apply to is Assert-Throw. I need to think a bit more about structuring the interface of that assertion, as it is a bit special.

Fix #4