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 classConfigurationMethodclassFactoryMethodThis class represents a method annotated with @FactoryclassTestNGMethodThis class represents a test method.Methods in org.testng.internal that return BaseTestMethod Modifier and Type Method Description BaseTestMethodTestNGMethod. clone()Clones the currentTestNGMethodand its @BeforeMethod and @AfterMethod methods. -
Uses of BaseTestMethod in org.testng.junit
Subclasses of BaseTestMethod in org.testng.junit Modifier and Type Class Description classJUnit3TestMethodclassJUnit4TestMethodclassJUnitTestMethod
-