Exemple #1
0
 public void SeeSentMails3()
 {
     Console.WriteLine("See the sent Email3");
     ExtentLibrary.LogReport(true, child, "SeeSentMails3");
 }
Exemple #2
0
 public void ComposeEmail3()
 {
     Console.WriteLine("Compose An Email Send3");
     ExtentLibrary.LogReport(true, child, "ComposeEmail3");
 }
Exemple #3
0
 public void SetupTest()
 {
     Console.WriteLine(TestContext.TestName, _testContext.TestName);
     child = ExtentLibrary.CreateChild(Reporter.extent, Reporter.parent, _testContext.TestName);
 }
Exemple #4
0
 public void SeeTrashMails2()
 {
     Console.WriteLine("See the Trash Email2");
     ExtentLibrary.LogReport(true, child, "SeeTrashMails2");
 }