Catel.Test.Data.ChangeNotificationWrapperFacts.TheIsUsefulForObjectMethod.ReturnsFalseForObjectNotImplementingINotifyPropertyChanged C# (CSharp) Method

ReturnsFalseForObjectNotImplementingINotifyPropertyChanged() private method

            public void ReturnsFalseForObjectNotImplementingINotifyPropertyChanged()
            {
                Assert.IsFalse(ChangeNotificationWrapper.IsUsefulForObject(15));
            }