Пример #1
0
        internal static ReportingAttributesWrapper GetInstance()
        {
            var real = new ReportingAttributes();

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

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
Пример #2
0
 static partial void RealInstanceFactory(ref ReportingAttributes real, [CallerMemberName] string callerName = "");