public void SetBugzillaQuery(string query) { Profile.GetProfile <BugzillaProfile>().SavedSearches = GivenStepValueSelector.Select(query, BugzillaTestConstants.Queries); }
public void SetLogin(string login) { Profile.GetProfile <BugzillaProfile>().Login = GivenStepValueSelector.Select(login, BugzillaTestConstants.Login); }
public void SetBugzillaPassword(string password) { Profile.GetProfile <BugzillaProfile>().Password = GivenStepValueSelector.Select(password, BugzillaTestConstants.Password); }
public void SetBugzillaPath(string bugzillaUrl) { Profile.GetProfile <BugzillaProfile>().Url = GivenStepValueSelector.Select(bugzillaUrl, BugzillaTestConstants.Url); }