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

ReturnsTrueForObjectImplementingINotifyPropertyChanged() private method

            public void ReturnsTrueForObjectImplementingINotifyPropertyChanged()
            {
                Assert.IsTrue(ChangeNotificationWrapper.IsUsefulForObject(new TestModel()));
            }
        }