Braintree.Tests.TransactionTest.Find_FindsErrorsOutOnWhitespaceIds C# (CSharp) Méthode

Find_FindsErrorsOutOnWhitespaceIds() private méthode

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