API tidyup
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()
andExcludeByType()
. - Added
AreAlike()
, replacingIsSame()
(which is deprecated). Similar story forPrintAreAlike
replacingPrintIsSame()
. - Made error message tell about
AreAlike()
when two strings are alike but not equals, when usingAreEquals()
. - 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