CMSAssert.PropertyValuesEqual Method |
Asserts two objects by comparing their property values
Namespace: CMS.TestsAssembly: CMS.Tests (in CMS.Tests.dll) Version: 9.0.0
Syntaxpublic static void PropertyValuesEqual(
Object actual,
Object expected,
Func<PropertyInfo, bool> condition = null
)
Parameters
- actual
- Type: System.Object
Current object - expected
- Type: System.Object
Expected object - condition (Optional)
- Type: System.Func<PropertyInfo, Boolean>
Property condition
See Also