Package org.testng.internal
Interface ITestClassConfigInfo
public interface ITestClassConfigInfo
-
Method Summary
Modifier and TypeMethodDescriptionstatic List
<ITestNGMethod> static List
<ITestNGMethod> get all before class config methodsgetInstanceAfterClassMethods
(Object instance) getInstanceBeforeClassMethods
(Object instance) Query the instance before class methods from config methods map.
-
Method Details
-
getAllBeforeClassMethods
List<ITestNGMethod> getAllBeforeClassMethods()get all before class config methods- Returns:
- all before class config methods
-
getAllAfterClassMethods
List<ITestNGMethod> getAllAfterClassMethods() -
getInstanceBeforeClassMethods
Query the instance before class methods from config methods map.- Parameters:
instance
- object hashcode- Returns:
- All before class methods of instance
-
getInstanceAfterClassMethods
-
allBeforeClassMethods
-
allAfterClassMethods
-