Beispiel #1
0
        static partial void RealInstanceFactory(ref Node real, string callerName)
        {
            WorkItemStore  workItemStore = WorkItemStoreWrapper_UnitTests.GetRealInstance();
            Project        project       = ProjectWrapper_UnitTests.GetRealInstance();
            NodeCollection areas         = project.AreaRootNodes;
            Node           firstArea     = areas[0];

            real = firstArea;
        }
Beispiel #2
0
        static partial void RealInstanceFactory(ref QueryHierarchy real, string callerName)
        {
            var project = ProjectWrapper_UnitTests.GetRealInstance();

            real = project.QueryHierarchy;
        }