コード例 #1
0
 public Have(ExpressionBuilder expression, RWebElement rWebElement, AutomationManager automationManager)
 {
     _expression        = expression;
     _rWebElement       = rWebElement;
     _automationManager = automationManager;
 }
コード例 #2
0
ファイル: StringShould.cs プロジェクト: schifflee/ratel
 public StringShould(ExpressionBuilder <string> condition, AutomationManager automationManager, RWebElement rWebElement)
 {
     _automationManager = automationManager;
     _condition         = condition;
     _rWebElement       = rWebElement;
 }
コード例 #3
0
ファイル: AssertRWebElement.cs プロジェクト: schifflee/ratel
 public AssertRWebElement(RWebElement element, AutomationManager automationManager)
 {
     _element = element;
 }