Ejemplo n.º 1
0
        internal static TfsMessageWrapper GetInstance()
        {
            TfsMessage real = default(TfsMessage);

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

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