public void PrepReporting(string TestName, Guid AssociatedRunID, string Description = "")
 {
     CurrentTest = new TestReport(TestName, AssociatedRunID, Description);
 }
 public void PrepReporting(string TestName, Guid AssociatedRunID, string Description = "")
 {
     CurrentTest = new TestReport(TestName, AssociatedRunID, Description);
 }
 public StepReport(string step_Description, TestReport currentTest, bool outcome = true, byte[] screenshot = null) : this(step_Description, currentTest.ID, outcome, screenshot)
 {
 }
 public StepReport(string step_Description, TestReport currentTest, bool outcome = true, byte[] screenshot = null)
     : this(step_Description, currentTest.ID, outcome, screenshot)
 {
 }