Releases: MrArtemAA/DUnit
Releases · MrArtemAA/DUnit
Improved matchers and opening log file
- If there were failures during tests, after all tests DUnit will offer to open saved log file to review failures in details.
- Improved matchers with:
- proper constructor agruments naming
- new method in
IMatcher
-GetExpectedAndActualAsString
which should be implemented to show difference between expected and actual. - new matcher -
ArraySimpleValueMatcher
which compares arrays with simple values inside - static constractors for
SimpleValueMatcher
andArraySimpleValueMatcher
. To use callMatcherFactory.SimpleValue
orMatcherFactory.ArraySimpleValue
Some fixes
Minor release with some fixes