Uses of Interface
org.testng.internal.Invoker.Predicate
-
Packages that use Invoker.Predicate Package Description org.testng.internal -
-
Uses of Invoker.Predicate in org.testng.internal
Classes in org.testng.internal that implement Invoker.Predicate Modifier and Type Class Description (package private) static classInvoker.CanRunFromClassPredicate(package private) static classInvoker.SameClassNamePredicateFields in org.testng.internal declared as Invoker.Predicate Modifier and Type Field Description private static Invoker.Predicate<ITestNGMethod,IClass>Invoker. CAN_RUN_FROM_CLASSPredicate to filter methodsprivate static Invoker.Predicate<ITestNGMethod,IClass>Invoker. SAME_CLASSPredicate to filter methodsMethods in org.testng.internal with parameters of type Invoker.Predicate Modifier and Type Method Description (package private) static ITestNGMethod[]TestNgMethodUtils. filterAfterTestMethods(ITestClass testClass, Invoker.Predicate<ITestNGMethod,IClass> predicate)(package private) static ITestNGMethod[]TestNgMethodUtils. filterBeforeTestMethods(ITestClass testClass, Invoker.Predicate<ITestNGMethod,IClass> predicate)(package private) static ITestNGMethod[]TestNgMethodUtils. filterMethods(IClass testClass, ITestNGMethod[] methods, Invoker.Predicate<ITestNGMethod,IClass> predicate)
-