Braintree.Tests.Integration.TransactionIntegrationTest.Find_ExposesNullThreeDSecureInfoIfBlank C# (CSharp) 메소드

Find_ExposesNullThreeDSecureInfoIfBlank() 개인적인 메소드

private Find_ExposesNullThreeDSecureInfoIfBlank ( ) : void
리턴 void
        public void Find_ExposesNullThreeDSecureInfoIfBlank()
        {
            Transaction transaction = gateway.Transaction.Find("settledtransaction");

            Assert.IsNull(transaction.ThreeDSecureInfo);
        }
TransactionIntegrationTest