Esempio n. 1
0
        internal static TeamFoundationServerWrapper GetInstance()
        {
            TeamFoundationServer real = default(TeamFoundationServer);

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

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