Uses of Class
org.testng.internal.collections.Pair
-
Packages that use Pair Package Description org.testng.internal org.testng.internal.annotations org.testng.internal.collections -
-
Uses of Pair in org.testng.internal
Fields in org.testng.internal with type parameters of type Pair Modifier and Type Field Description private static java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.Boolean>
MethodGroupsHelper. MATCH_CACHE
private static java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.Boolean>
MethodHelper. MATCH_CACHE
Methods in org.testng.internal that return Pair Modifier and Type Method Description private static <T> Pair<java.util.List<T>,java.util.List<T>>
ListenerOrderDeterminer. arrange(java.util.Collection<T> original)
private static Pair<java.lang.String,java.util.function.Predicate<ITestNGMethod>>
MethodHelper. filterToUse(ITestNGMethod m)
-
Uses of Pair in org.testng.internal.annotations
Methods in org.testng.internal.annotations with parameters of type Pair Modifier and Type Method Description private <A extends IAnnotation>
AJDK15AnnotationFinder. findAnnotation(java.lang.Class<?> cls, java.lang.annotation.Annotation a, java.lang.Class<A> annotationClass, java.lang.Class<?> testClass, java.lang.reflect.Constructor<?> testConstructor, java.lang.reflect.Method testMethod, Pair<java.lang.annotation.Annotation,?> p, java.lang.Class<?> whichClass)
-
Uses of Pair in org.testng.internal.collections
Methods in org.testng.internal.collections that return Pair Modifier and Type Method Description static <A,B>
Pair<A,B>Pair. create(A first, B second)
static <A,B>
Pair<A,B>Pair. of(A a, B b)
-