public interface ITestClassConfigInfo
| Modifier and Type | Method and Description |
|---|---|
default List<ITestNGMethod> |
getAllBeforeClassMethods()
get all before class config methods
|
default List<ITestNGMethod> |
getInstanceBeforeClassMethods(Object instance)
Query the instance before class methods from config methods map.
|
default List<ITestNGMethod> getAllBeforeClassMethods()
default List<ITestNGMethod> getInstanceBeforeClassMethods(Object instance)
instance - object hashcodeCopyright © 2025. All rights reserved.