Example #1
0
        internal static DisplayFieldListWrapper GetInstance()
        {
            DisplayFieldList real = default(DisplayFieldList);

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

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