Package org.testng.internal
Class Invoker.CanRunFromClassPredicate
- java.lang.Object
-
- org.testng.internal.Invoker.CanRunFromClassPredicate
-
- All Implemented Interfaces:
Invoker.Predicate<ITestNGMethod,IClass>
- Enclosing class:
- Invoker
static class Invoker.CanRunFromClassPredicate extends java.lang.Object implements Invoker.Predicate<ITestNGMethod,IClass>
-
-
Constructor Summary
Constructors Constructor Description CanRunFromClassPredicate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
isTrue(ITestNGMethod m, IClass v)
-
-
-
Method Detail
-
isTrue
public boolean isTrue(ITestNGMethod m, IClass v)
- Specified by:
isTrue
in interfaceInvoker.Predicate<ITestNGMethod,IClass>
-
-