Skip to content

API tidyup

Compare
Choose a tag to compare
@kbilsted kbilsted released this 10 May 17:41
· 111 commits to master since this release

Added

  • Functionality for controlling automatic test rewrite using an environment variable.
  • Functionality for including or excluding fields and properties based on one or more type descriptions. See IncludeByType() and ExcludeByType().
  • Added AreAlike(), replacing IsSame() (which is deprecated). Similar story for PrintAreAlike replacing PrintIsSame().
  • Made error message tell about AreAlike() when two strings are alike but not equals, when using AreEquals().
  • Prepared for future expansion of functionality, by placing unit testing configuration in a sub-configuration class.
  • Obsoleted a lot of methods, describing the alternative API introduced in v2.1

Fixed