Skip to content

Releases: CptWesley/AssertNet

1.2.0

04 Aug 12:06
Compare
Choose a tag to compare
  • Updated dependencies to their newest versions.
  • Added HasHashCode() to ObjectAssertion.
  • Added DoesNotHaveHashCode() to ObjectAssertion.
  • Added HasSameHashCodeAs() to ObjectAssertion.
  • Added DoesNotHaveSameHashCodeAs() to ObjectAssertion.
  • Added ToStringYields() to ObjectAssertion.

1.1.2

04 Aug 08:35
ad037bd
Compare
Choose a tag to compare
Update README.md

1.0.0

17 Jun 17:31
24fba07
Compare
Choose a tag to compare
  • Added Moq package.
  • Added more legible failure messages.
  • Fixed ThrowsException always passing.
  • Added overloads to IsInstanceOf (and co.) which accepts a type object rather than using generics.
  • Changed SameAs to perform an equality check on value types.
  • Added overloads to Contains (and co.) which takes an IEnumerable<T> rather than a param list.
  • Added Where(...) and Select(...) method to the assertions made about IEnumerables which does the same as it's normal Linq counter part, but creates a new assertion instance. This is to reproduce AssertJ's filteredOn(...) functionality.

0.0.1

11 Jun 17:50
ac3d715
Compare
Choose a tag to compare
Update README.md