Skip to content

Releases: MrArtemAA/DUnit

Improved matchers and opening log file

10 Apr 14:57
Compare
Choose a tag to compare
  1. If there were failures during tests, after all tests DUnit will offer to open saved log file to review failures in details.
  2. 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 and ArraySimpleValueMatcher. To use call MatcherFactory.SimpleValue or MatcherFactory.ArraySimpleValue

Some fixes

11 Jan 17:35
Compare
Choose a tag to compare

Minor release with some fixes

v1.0.1

17 Nov 22:41
Compare
Choose a tag to compare
Merge branch 'hotfix/v1.0.1'

v1.0.0

14 Nov 08:57
Compare
Choose a tag to compare
Merge branch 'release/1.0.0'