Braintree.Tests.AddressTest.Find_FindsErrorsOutOnWhitespaceCustomerId C# (CSharp) Метод

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

private Find_FindsErrorsOutOnWhitespaceCustomerId ( ) : void
Результат void
        public void Find_FindsErrorsOutOnWhitespaceCustomerId()
        {
            Assert.Throws<NotFoundException>(() => gateway.Address.Find("customer_id", " "));
        }
    }