BalancedSharp.Tests.Clients.DebitClientTests.New_Amount C# (CSharp) 메소드

New_Amount() 개인적인 메소드

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