v3.0.0
Changes
- Support matching objects of different types with the same data.
- E.g. passing a parameter of type
List<T>
into a method that expectsIEnumerable<T>
will now execute the FluentAssertions comparison. In v2.0.0 the mock verification would fail, even if the objects where equivalent. See issue #7. - Because of the behavioural change, a new major version has been introduced.
- E.g. passing a parameter of type
- Minimum Moq version changed from 4.7 to 4.13.