Ejemplo n.º 1
0
        public void TestGetAllAccountTest()
        {
            ExigoGetCustomers customers = new ExigoGetCustomers();
            var allCustomers            = customers.GetAllAccounts();

            Assert.IsTrue(allCustomers.Count() > 1000);
        }