Exemplo n.º 1
0
        internal static QueryHierarchyWrapper GetInstance()
        {
            QueryHierarchy real = default(QueryHierarchy);

            RealInstanceFactory(ref real);
            var instance = (QueryHierarchyWrapper)QueryHierarchyWrapper.GetWrapper(real);

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
Exemplo n.º 2
0
 static partial void InstanceFactory(ref QueryHierarchyWrapper instance, [CallerMemberName] string callerName = "");