mirabeau-nl / WbTstr.Net

[DEPRECATED, see README.md] Easy automated functional testing.
MIT License
4 stars 3 forks source link

add I.Check which returns a boolean #18

Open lazytesting opened 8 years ago

lazytesting commented 8 years ago

Currently we have 'Assert' which throws an exception when a check if failing. It would be good to have a way to do the same assertions which are simply returning a boolean.

This way it's possible to use the assertions in the unit test framework. This way we can use WbTstr.Net in combination with SpecFlow in the following way:

onnovalkering commented 8 years ago

Initial version added to develop branch. Current methods that return a boolean:

Underlying is the Assert functionality.