Braintree.Tests.Integration.PaymentMethodNonceTest.Find_ExposesNullThreeDSecureInfoIfBlank C# (CSharp) Méthode

Find_ExposesNullThreeDSecureInfoIfBlank() private méthode

private Find_ExposesNullThreeDSecureInfoIfBlank ( ) : void
Résultat void
        public void Find_ExposesNullThreeDSecureInfoIfBlank()
        {
            string nonce = TestHelper.GenerateUnlockedNonce(gateway);

            PaymentMethodNonce foundNonce = gateway.PaymentMethodNonce.Find(nonce);

            Assert.IsNull(foundNonce.ThreeDSecureInfo);
        }