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