davezych / shience

A .NET port(ish) of Github's Scientist library. (https://github.com/github/scientist)
MIT License
9 stars 1 forks source link

Add RaiseOnMismatch property #7

Closed davezych closed 8 years ago

davezych commented 8 years ago

Allow user to set whether mismatch should throw an exception. Helpful probably only in unit tests.

davezych commented 8 years ago

Like run percentage, allow setting it globally and per test.

davezych commented 8 years ago

Ignore global setting. It's easy to set this per test using the fluent interface, there's no reason for the global.