PeanutButter
|
This is the complete list of members for PeanutButter.TestUtils.Generic.PropertyAssert, including all inherited members.
AreDeepEqual(object obj1, object obj2, params string[] ignorePropertiesByName) | PeanutButter.TestUtils.Generic.PropertyAssert | static |
AreEqual(object obj1, object obj2, string obj1PropertyName, string obj2PropertyName=null) | PeanutButter.TestUtils.Generic.PropertyAssert | static |
AreIntersectionEqual(object obj1, object obj2, params string[] ignorePropertiesByName) | PeanutButter.TestUtils.Generic.PropertyAssert | static |
AreNotEqual< T1, T2 >(T1 obj1, T2 obj2, string obj1PropertyName, string obj2PropertyName=null) | PeanutButter.TestUtils.Generic.PropertyAssert | static |