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

ReturnsTrueForObjectImplementingINotifyPropertyChanged() private méthode

private ReturnsTrueForObjectImplementingINotifyPropertyChanged ( ) : void
Résultat void
            public void ReturnsTrueForObjectImplementingINotifyPropertyChanged()
            {
                Assert.IsTrue(ChangeNotificationWrapper.IsUsefulForObject(new TestModel()));
            }
        }