コード例 #1
0
 public TheFeatureTest(UserInterfaceBase userInterface) : base(userInterface.WebDriver)
 {
     _userInterface = userInterface;
 }
コード例 #2
0
 public PreparePageService(UserInterfaceBase userInterface) : base(userInterface.WebDriver)
 {
     _userInterface = userInterface;
 }
コード例 #3
0
 public CustomerSupportService(UserInterfaceBase userInterface) : base(userInterface.WebDriver)
 {
     _userInterface = userInterface;
 }
コード例 #4
0
 internal GoToUrlService(UserInterfaceBase userInterface) : base(userInterface.WebDriver)
 {
     _userInterface = userInterface;
 }
コード例 #5
0
 public CookieWarningService(UserInterfaceBase userInterface) : base(userInterface.WebDriver)
 {
     _userInterface = userInterface;
 }
コード例 #6
0
 public PageNavigationService(UserInterfaceBase userInterface) : base(userInterface.WebDriver)
 {
     _userInterface        = userInterface;
     _simplePageNavigation = new GoToUrlService(_userInterface);
 }
コード例 #7
0
 public FaqSearchTest(UserInterfaceBase userInterface) : base(userInterface.WebDriver)
 {
     _userInterface = userInterface;
 }