Class BaseTestNGDecoratorTest

java.lang.Object
otherTests.testng.BaseTestNGDecoratorTest
All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener
Direct Known Subclasses:
TestNGDecoratorTest

public class BaseTestNGDecoratorTest extends Object implements org.testng.IHookable
  • Constructor Details

    • BaseTestNGDecoratorTest

      public BaseTestNGDecoratorTest()
  • Method Details

    • run

      public void run(org.testng.IHookCallBack callBack, org.testng.ITestResult testResult)
      Specified by:
      run in interface org.testng.IHookable
    • beforeBase

      @BeforeMethod public final void beforeBase()
    • afterBase

      @AfterMethod public final void afterBase()