Catel.Fody.Tests.ViewModelBaseFacts.IgnoresICommandProperties C# (CSharp) Метод

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

private IgnoresICommandProperties ( ) : void
Результат void
        public void IgnoresICommandProperties()
        {
            var type = AssemblyWeaver.Assembly.GetType("Catel.Fody.TestAssembly.ViewModelBaseTest");
            var vm = (dynamic) Activator.CreateInstance(type);

            // TODO: Test command by setting it and check if property changed is invoked
        }