コード例 #1
0
 public void PrepReporting(string TestName, Guid AssociatedRunID, string Description = "")
 {
     CurrentTest = new TestReport(TestName, AssociatedRunID, Description);
 }
コード例 #2
0
 public void PrepReporting(string TestName, Guid AssociatedRunID, string Description = "")
 {
     CurrentTest = new TestReport(TestName, AssociatedRunID, Description);
 }
コード例 #3
0
 public StepReport(string step_Description, TestReport currentTest, bool outcome = true, byte[] screenshot = null) : this(step_Description, currentTest.ID, outcome, screenshot)
 {
 }
コード例 #4
0
 public StepReport(string step_Description, TestReport currentTest, bool outcome = true, byte[] screenshot = null)
     : this(step_Description, currentTest.ID, outcome, screenshot)
 {
 }