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