Braintree.Tests.AddressTest.Find_FindsErrorsOutOnWhitespaceCustomerId C# (CSharp) Method

Find_FindsErrorsOutOnWhitespaceCustomerId() private method

private Find_FindsErrorsOutOnWhitespaceCustomerId ( ) : void
return void
        public void Find_FindsErrorsOutOnWhitespaceCustomerId()
        {
            Assert.Throws<NotFoundException>(() => gateway.Address.Find("customer_id", " "));
        }
    }