Пример #1
0
        internal static IWorkItemRowSetsWrapper GetInstance()
        {
            IWorkItemRowSets real = default(IWorkItemRowSets);

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

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
Пример #2
0
 static partial void InstanceFactory(ref IWorkItemRowSetsWrapper instance, [CallerMemberName] string callerName = "");