Catel.Test.Data.ChangeNotificationWrapperFacts.TheIsUsefulForObjectMethod.ReturnsTrueForObjectImplementingINotifyPropertyChanged C# (CSharp) Метод

ReturnsTrueForObjectImplementingINotifyPropertyChanged() приватный Метод

private ReturnsTrueForObjectImplementingINotifyPropertyChanged ( ) : void
Результат void
            public void ReturnsTrueForObjectImplementingINotifyPropertyChanged()
            {
                Assert.IsTrue(ChangeNotificationWrapper.IsUsefulForObject(new TestModel()));
            }
        }