Braintree.Tests.TransactionTest.Find_FindsErrorsOutOnWhitespaceIds C# (CSharp) 메소드

Find_FindsErrorsOutOnWhitespaceIds() 개인적인 메소드

private Find_FindsErrorsOutOnWhitespaceIds ( ) : void
리턴 void
        public void Find_FindsErrorsOutOnWhitespaceIds()
        {
            Assert.Throws<NotFoundException>(() => gateway.Transaction.Find(" "));
        }
    }