Skip to content

6.9.0

Compare
Choose a tag to compare
@dennisdoomen dennisdoomen released this 12 Jan 14:51
· 260 commits to master since this release

What's Changed

New features

  • Added BeOneOf for IComparables and object comparisons. by @jez9999 in #2028
  • Add BeCloseTo() / NotBeCloseTo() to TimeOnlyAssertions by @IT-VBFK in #2030
  • Add ThatAre[Not]Abstract, ThatAre[Not]Static and ThatAre[Not]Virtual to PropertyInfoSelector by @94sedighi in #2054
  • Add ThatAre[Not]Abstract to MethodInfoSelector by @94sedighi in #2060
  • Add ThatAre[Not]Abstract to TypeSelector by @94sedighi in #2058
  • Add ThatAre[Not]Sealed to TypeSelector.cs by @94sedighi in #2059
  • Add ThatAre[Not]Interfaces to TypeSelector.cs by @94sedighi in #2057
  • Add extensions for OccurrenceConstraint that reads more fluently by @IT-VBFK in #2047
  • Add Imply() to BooleanAssertions by @IT-VBFK in #2074
  • Add ThatAre[Not]ValueTypes method to TypeSelector.cs by @94sedighi in #2083

Improvements

Fixes

  • Nested AssertionScopes do not print inner scope reportables by @94sedighi in #2044
  • Extend ThatArePublicOrInternal to also look at the setter of properties by @Ruijin92 in #2082
  • Treat record structs as records by @salvois in #2009

Documentation

Others

New Contributors

Full Changelog: 6.8.0...6.9.0