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_CACHEprivate static java.util.Map<Pair<java.lang.String,java.lang.String>,java.lang.Boolean>MethodHelper. MATCH_CACHE -
Uses of Pair in org.testng.internal.annotations
Fields in org.testng.internal.annotations with type parameters of type Pair Modifier and Type Field Description private java.util.Map<Pair<java.lang.annotation.Annotation,?>,IAnnotation>JDK15AnnotationFinder. m_annotationsMethods 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)
-