Package org.testng.internal
Interface Invoker.Predicate<K,T>
-
- All Known Implementing Classes:
Invoker.CanRunFromClassPredicate
,Invoker.SameClassNamePredicate
- Enclosing class:
- Invoker
static interface Invoker.Predicate<K,T>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
isTrue(K k, T v)
-