microsoft / Requirements

PowerShell framework for declaratively defining and idempotently imposing system configurations
MIT License
159 stars 26 forks source link

Negative tests #44

Open chriskuech opened 5 years ago

chriskuech commented 5 years ago

Missed some cases where Requirements failed to error correctly. We should enumerate and test these cases:

Methods Scenario
Test Test outputs a falsey value
Set Set throws an error
Test Set Test fails both times it is called
chriskuech commented 5 years ago

All the Pester tests should additionally be updated to use the -TestCases parameter for DRYer tests.