Esempio n. 1
0
        public void getAllocationTest()
        {
            Admin.IntegrationPointName name = Admin.IntegrationPointName.requests_per_day; // TODO: Initialize to an appropriate value
            int actual;

            actual = _apiWeb.Admin.GetAllocation(name);
            Assert.IsTrue(actual > 0);
        }
Esempio n. 2
0
 public void GetAllocationTest()
 {
     Admin.IntegrationPointName name = Admin.IntegrationPointName.requests_per_day;             // TODO: Initialize to an appropriate value
     _api.Admin.GetAllocationAsync(name, GetAllocationCompleted, null);
 }