コード例 #1
0
        internal static FederatedCredentialWrapper GetInstance()
        {
            FederatedCredential real = default(FederatedCredential);

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

            InstanceFactory(ref instance);
            if (instance == null)
            {
                Assert.Inconclusive("Could not Create Test Instance");
            }
            return(instance);
        }
コード例 #2
0
 static partial void InstanceFactory(ref FederatedCredentialWrapper instance, [CallerMemberName] string callerName = "");