Searched refs:CAN_RUN_FROM_CLASS (Results 1 – 1 of 1) sorted by relevance
84 …private static Predicate<ITestNGMethod, IClass> CAN_RUN_FROM_CLASS = new CanRunFromClassPredicate(… field in Invoker1065 …d[] beforeMethods = filterMethods(testClass, testClass.getBeforeTestMethods(), CAN_RUN_FROM_CLASS); in invokeTestMethods()1066 …hod[] afterMethods = filterMethods(testClass, testClass.getAfterTestMethods(), CAN_RUN_FROM_CLASS); in invokeTestMethods()