コード例 #1
0
 public void BeforeTestFixture()
 {
     ExtentReport.InitializeReport();
 }
コード例 #2
0
 public void AfterTestFixture()
 {
     //end report
     ExtentReport.EndReport();
 }
コード例 #3
0
 public void TearDown()
 {
     // End Test Report and Close the driver
     ExtentReport.AfterTest();
 }