Braintree.Tests.CreditCardTest.TransparentRedirectURLForUpdate_ReturnsCorrectValue C# (CSharp) 메소드

TransparentRedirectURLForUpdate_ReturnsCorrectValue() 개인적인 메소드

        public void TransparentRedirectURLForUpdate_ReturnsCorrectValue()
        {
            Assert.AreEqual(service.BaseMerchantURL() + "/payment_methods/all/update_via_transparent_redirect_request",
                    gateway.CreditCard.TransparentRedirectURLForUpdate());
        }
        #pragma warning restore 0618