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 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.
-