.NET · C# · Dynamics CRM · Plugins · Unit Test · Workflow

Unit Test: InternalsVisibleTo

Over the years of using Unit Test, I have found that it improves the quality of my work significantly. I strongly recommend every developer should use Unit Test whenever they write code. So tying that to CRM, since the plugin/custom workflow assembly must be signed, in order to test ‘internal’ methods, the Test project must… Continue reading Unit Test: InternalsVisibleTo