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