Пример #1
0
        protected void Given_I_Am(string username)
        {
            CurrentUser = Users.ByUsername[username];

            ServiceFactory = new CenturyLinkCloudServiceFactory(CurrentUser.Username, CurrentUser.Password, new Uri(MockProxyBaseUri));
        }
Пример #2
0
        protected void Given_I_Am(string username)
        {
            CurrentUser = Users.ByUsername[username];

            ServiceFactory = new CenturyLinkCloudServiceFactory(CurrentUser.Username, CurrentUser.Password, new Uri(MockProxyBaseUri));
        }