Package otherTests.testng
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 Classes -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal void
final void
void
run
(org.testng.IHookCallBack callBack, org.testng.ITestResult testResult) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods 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:
run
in interfaceorg.testng.IHookable
-
beforeBase
@BeforeMethod public final void beforeBase() -
afterBase
@AfterMethod public final void afterBase()
-