Class BaseTestNGDecoratorTest
java.lang.Object
otherTests.testng.BaseTestNGDecoratorTest
- All Implemented Interfaces:
org.testng.IHookable, org.testng.ITestNGListener
- Direct Known Subclasses:
TestNGDecoratorTest
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classstatic class -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal voidfinal voidvoidrun(org.testng.IHookCallBack callBack, org.testng.ITestResult testResult) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.testng.ITestNGListener
isEnabled
-
Constructor Details
-
BaseTestNGDecoratorTest
public BaseTestNGDecoratorTest()
-
-
Method Details
-
run
public void run(org.testng.IHookCallBack callBack, org.testng.ITestResult testResult) - Specified by:
runin interfaceorg.testng.IHookable
-
beforeBase
@BeforeMethod public final void beforeBase() -
afterBase
@AfterMethod public final void afterBase()
-