Catel.Fody.Tests.CTL504.PropertyWeavingDoesNotThrowException C# (CSharp) Method

PropertyWeavingDoesNotThrowException() private method

private PropertyWeavingDoesNotThrowException ( ) : void
return void
        public void PropertyWeavingDoesNotThrowException()
        {
            var type = AssemblyWeaver.Assembly.GetType("Catel.Fody.TestAssembly.CTL504_Model");

            var model = Activator.CreateInstance(type);
        }
    }