Searched refs:CanRunFromClassPredicate (Results 1 – 1 of 1) sorted by relevance
84 …private static Predicate<ITestNGMethod, IClass> CAN_RUN_FROM_CLASS = new CanRunFromClassPredicate(…1607 static class CanRunFromClassPredicate implements Predicate <ITestNGMethod, IClass> { class in Invoker