Exemple #1
0
        internal static FieldFilterWrapper GetInstance()
        {
            FieldFilter real = default(FieldFilter);

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