Uses of Interface
org.testng.IMethodSelectorContext
-
Packages that use IMethodSelectorContext Package Description org.testng org.testng.internal -
-
Uses of IMethodSelectorContext in org.testng
Methods in org.testng with parameters of type IMethodSelectorContext Modifier and Type Method Description booleanIMethodSelector. includeMethod(IMethodSelectorContext context, ITestNGMethod method, boolean isTestMethod) -
Uses of IMethodSelectorContext in org.testng.internal
Classes in org.testng.internal that implement IMethodSelectorContext Modifier and Type Class Description classDefaultMethodSelectorContextSimple implementation of IMethodSelectorContextMethods in org.testng.internal with parameters of type IMethodSelectorContext Modifier and Type Method Description booleanXmlMethodSelector. includeMethod(IMethodSelectorContext context, ITestNGMethod tm, boolean isTestMethod)
-