Braintree.Tests.Integration.PaymentMethodNonceTest.Find_ExposesNullThreeDSecureInfoIfBlank C# (CSharp) Метод

Find_ExposesNullThreeDSecureInfoIfBlank() приватный Метод

private Find_ExposesNullThreeDSecureInfoIfBlank ( ) : void
Результат void
        public void Find_ExposesNullThreeDSecureInfoIfBlank()
        {
            string nonce = TestHelper.GenerateUnlockedNonce(gateway);

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

            Assert.IsNull(foundNonce.ThreeDSecureInfo);
        }