nohwnd / Assert

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

Add Property parameter to assertions to be able to chain them in useful way #20

Closed nohwnd closed 6 years ago

nohwnd commented 7 years ago

To simply assert multiple properties of object I would like to be able to this:

image

nohwnd commented 6 years ago

See #19