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 boolean
IMethodSelector. 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 class
DefaultMethodSelectorContext
Simple implementation of IMethodSelectorContext Created on Jan 3, 2007Methods in org.testng.internal with parameters of type IMethodSelectorContext Modifier and Type Method Description boolean
XmlMethodSelector. includeMethod(IMethodSelectorContext context, ITestNGMethod tm, boolean isTestMethod)
-