Braintree.Tests.MerchantAccountTest.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.MerchantAccount.Find(" "));
        }