Braintree.Tests.Integration.OAuthIntegrationTest.Setup C# (CSharp) Метод

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

private Setup ( ) : void
Результат void
        public void Setup()
        {
            gateway = new BraintreeGateway(
                "client_id$development$integration_client_id",
                "client_secret$development$integration_client_secret"
            );
        }