Example #1
0
        internal static ProjectCollectionWrapper GetInstance()
        {
            ProjectCollection real = default(ProjectCollection);

            RealInstanceFactory(ref real);
            var instance = (ProjectCollectionWrapper)ProjectCollectionWrapper.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 ProjectCollectionWrapper instance, [CallerMemberName] string callerName = "");