Package | Description |
---|---|
org.testng.internal |
Modifier and Type | Class and Description |
---|---|
(package private) static class |
Invoker.CanRunFromClassPredicate |
(package private) static class |
Invoker.SameClassNamePredicate |
Modifier and Type | Field and Description |
---|---|
private static Invoker.Predicate<ITestNGMethod,IClass> |
Invoker.CAN_RUN_FROM_CLASS
Predicate to filter methods
|
private static Invoker.Predicate<ITestNGMethod,IClass> |
Invoker.SAME_CLASS
Predicate to filter methods
|
Modifier and Type | Method and Description |
---|---|
(package private) static ITestNGMethod[] |
TestNgMethodUtils.filterAfterTestMethods(ITestClass testClass,
Invoker.Predicate<ITestNGMethod,IClass> predicate) |
(package private) static ITestNGMethod[] |
TestNgMethodUtils.filterBeforeTestMethods(ITestClass testClass,
Invoker.Predicate<ITestNGMethod,IClass> predicate) |
(package private) static ITestNGMethod[] |
TestNgMethodUtils.filterMethods(IClass testClass,
ITestNGMethod[] methods,
Invoker.Predicate<ITestNGMethod,IClass> predicate) |