public void GivenIHaveTheBaseUrl(Table table)
        {
            var userdetails = table.CreateInstance <UserInformation>();

            restClient = RESTOperations.SetRestClient(userdetails.url);
        }
Esempio n. 2
0
        public void GivenIHaveTheBaseApiForUsCities(Table table)
        {
            var cityinfo = table.CreateInstance <CityInformation>();

            restClient = RESTOperations.SetRestClient(cityinfo.url);
        }