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

ListAccount_Offset() private method

private ListAccount_Offset ( ) : void
return void
        public void ListAccount_Offset()
        {
            this.service.Debit.List(null, offset: 49);
            Assert.AreEqual("49", this.rest.Parameters["offset"]);
        }