コード例 #1
0
 public void Setup()
 {
     driver = TestFixture.Driver;
     driver.Navigate().GoToUrl("/FindElementsByTagName/");
 }
コード例 #2
0
ファイル: TextBoxTests.cs プロジェクト: coggy/plasma
 public void Setup()
 {
     driver = TestFixture.Driver;
     driver.Navigate().GoToUrl("/FormWithTextBox/");
 }
コード例 #3
0
ファイル: TextBoxTests.cs プロジェクト: coggy/plasma
 public void Setup()
 {
     driver = TestFixture.Driver;
     driver.Navigate().GoToUrl("/FormWithTextBox/");
 }
コード例 #4
0
 public void Setup()
 {
     driver = TestFixture.Driver;
     driver.Navigate().GoToUrl("/FormWithRadioButton/");
 }
コード例 #5
0
 public void Setup()
 {
     driver = TestFixture.Driver;
     driver.Navigate().GoToUrl("/Html5Elements/");
 }
コード例 #6
0
ファイル: RadioButtonTests.cs プロジェクト: hancengiz/plasma
 public void Setup()
 {
     driver = TestFixture.Driver;
     driver.Navigate().GoToUrl("/FormWithRadioButton/");
 }
コード例 #7
0
 public void Setup()
 {
     driver = TestFixture.Driver;
     driver.Navigate().GoToUrl("/FindElementsByTagName/");
 }
コード例 #8
0
ファイル: TestFixture.cs プロジェクト: hancengiz/plasma
 public void SetUp()
 {
     _appInstance = new AspNetApplication("/", Path.GetFullPath(@".\..\..\..\web\Plasma.Sample.Web.Mvc"));
     _driver = new PlasmaDriver(_appInstance);
 }
コード例 #9
0
 public void SetUp()
 {
     _appInstance = new AspNetApplication("/", Path.GetFullPath(@".\..\..\..\web\Plasma.Sample.Web.Mvc"));
     _driver      = new PlasmaDriver(_appInstance);
 }