Exemple #1
0
        internal static LinkUpdateWrapper GetInstance()
        {
            LinkUpdate real = default(LinkUpdate);

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

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