public virtual void SetUp() { this.SetUpWebDriver(); this.serviceSetup = this.ServiceSetupBuilder; }
public AccordionPageProvider(IServiceSetupBuilder serviceSetup) { this.serviceSetup = serviceSetup ?? throw new ArgumentNullException(ExceptionConstants.SERVICE_SETUP); }
public DesignArchitecturePageProvider(IServiceSetupBuilder serviceSetup) { this.serviceSetup = serviceSetup ?? throw new ArgumentNullException(ExceptionConstants.SERVICE_SETUP); }