Catel.Test.Data.ChangeNotificationWrapperFacts.TheIsUsefulForObjectMethod.ReturnsFalseForObjectNotImplementingINotifyPropertyChanged C# (CSharp) Méthode

ReturnsFalseForObjectNotImplementingINotifyPropertyChanged() private méthode

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