Catel.Test.Data.ChangeNotificationWrapperFacts.TheIsUsefulForObjectMethod.ReturnsFalseForObjectNotImplementingINotifyPropertyChanged C# (CSharp) 메소드

ReturnsFalseForObjectNotImplementingINotifyPropertyChanged() 개인적인 메소드

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