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", " "));
        }
    }