Class WDCTestNG

java.lang.Object
com.github.ngoanh2n.WebDriverTestNG
com.github.ngoanh2n.wdc.WDCTestNG
All Implemented Interfaces:
com.github.ngoanh2n.wdc.WebDriverProvider, org.testng.IInvokedMethodListener, org.testng.ITestNGListener

public class WDCTestNG extends com.github.ngoanh2n.WebDriverTestNG implements com.github.ngoanh2n.wdc.WebDriverProvider
Provide WebDriver from the current TestNG test to WebDriverChecker.

Repository:
Since:
2020
  • Field Summary

    Fields inherited from class com.github.ngoanh2n.WebDriverTestNG

    AF, BE, BO, driver, iTestResult, log
  • Constructor Summary

    Constructors
    Constructor
    Description
    Default constructor.
  • Method Summary

    Modifier and Type
    Method
    Description
    org.openqa.selenium.WebDriver

    Methods inherited from class com.github.ngoanh2n.WebDriverTestNG

    afterInvocation, beforeInvocation, getSignatureAnnotation, lookupDriver

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.testng.IInvokedMethodListener

    afterInvocation, beforeInvocation
  • Constructor Details

    • WDCTestNG

      public WDCTestNG()
      Default constructor.
  • Method Details

    • provide

      public org.openqa.selenium.WebDriver provide()
      Specified by:
      provide in interface com.github.ngoanh2n.wdc.WebDriverProvider