Exemple #1
0
        internal static CatalogNodeWrapper GetInstance()
        {
            CatalogNode real = default(CatalogNode);

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