nohwnd / Assert

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

[Question] Use of this module outside Pester #46

Closed LaurentDardenne closed 5 years ago

LaurentDardenne commented 5 years ago

Hi, I would like to know if this module of assertions can be used outside of Pester, i.e. in a module of treatment. For use similar to this.

nohwnd commented 5 years ago

Yes, it can, it has no ties to Pester. Outside of an It block it will simply throw an exception.

LaurentDardenne commented 5 years ago

Thank you.