Example #1
0
 public static void AddTestScreenshot(int methodLevel, string text)
 {
     TEST.Log(Status.Pass, GeneralHelpers.GetMethodNameByLevel(methodLevel) + " || " + text, GetScreenShotMedia());
 }