Uses of Class
org.testng.internal.BaseTestMethod
-
Packages that use BaseTestMethod Package Description org.testng.internal -
-
Uses of BaseTestMethod in org.testng.internal
Subclasses of BaseTestMethod in org.testng.internal Modifier and Type Class Description class
ConfigurationMethod
class
FactoryMethod
This class represents a method annotated with @Factoryclass
TestNGMethod
This class represents a test method.Methods in org.testng.internal that return BaseTestMethod Modifier and Type Method Description BaseTestMethod
TestNGMethod. clone()
Clones the currentTestNGMethod
and its @BeforeMethod and @AfterMethod methods.
-