BalancedSharp.Tests.Clients.HoldClientTests.Create_Amount C# (CSharp) Method

Create_Amount() private method

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