BalancedSharp.Tests.Clients.DebitClientTests.New_Amount C# (CSharp) Method

New_Amount() private method

private New_Amount ( ) : void
return void
        public void New_Amount()
        {
            this.service.Debit.Create(null, 9000);
            Assert.AreEqual("9000", this.rest.Parameters["amount"]);
        }