An Xperience project I'm working on contains the following interface:public interface IContentRepository { Task@IEnumerable@T@@ GetWebPageAsync@T@( ContentItemQueryBuilder builder, ...
Using Kentico 12 SP, hotfix 64 - I can create faked TreeNode types and set values on most of the fields, but I can't set a return value for Parent which I need to do to run a test on a method.The m...