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 class
Invoker.CanRunFromClassPredicate
(package private) static class
Invoker.SameClassNamePredicate
Fields in org.testng.internal declared as Invoker.Predicate Modifier and Type Field Description private static Invoker.Predicate<ITestNGMethod,IClass>
Invoker. CAN_RUN_FROM_CLASS
Predicate to filter methodsprivate static Invoker.Predicate<ITestNGMethod,IClass>
Invoker. SAME_CLASS
Predicate 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)
-