Uses of Class
org.testng.internal.BaseTestMethod
-
Packages that use BaseTestMethod Package Description org.testng.internal org.testng.junit -
-
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. -
Uses of BaseTestMethod in org.testng.junit
Subclasses of BaseTestMethod in org.testng.junit Modifier and Type Class Description class
JUnit3TestMethod
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
class
JUnit4TestMethod
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
class
JUnitTestMethod
Deprecated.- Support for running JUnit tests stands deprecated as of TestNG7.7.0
-