示例#1
0
        internal static LinkWrapper GetInstance()
        {
            Link real = default(Link);

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

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }