コード例 #1
0
ファイル: TestBase.cs プロジェクト: spurgiuss/finnNorge
 public static void SingleTestTearDown()
 {
     if (TestContext.CurrentContext.Result.Outcome != ResultState.Success)
     {
         MyScreenshot.MakePhoto(driver);
     }
 }
コード例 #2
0
 public static void SingleTestTearDown()
 {
     if (TestContext.CurrentContext.Result.Outcome != ResultState.Success)
     {
         // cia mes padarysime screenshota
         MyScreenshot.MakePhoto(_driver);
     }
 }