The basics of unit testing Umbraco
Unit testing Umbraco may be a daunting task. Here's a shortcut to get started and focus on what matters: your logic.…
Unit testing Umbraco may be a daunting task. Here's a shortcut to get started and focus on what matters: your logic.…
Stubbing properties on an IPublishedContent is rather useful when you just need a test for any content. Here's how you do it. Slides from CG16 also available from here.…