Uses of Class
org.testng.internal.collections.Pair
-
Packages that use Pair Package Description org.testng.internal.collections org.testng.xml.dom -
-
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)
-
Uses of Pair in org.testng.xml.dom
Methods in org.testng.xml.dom that return Pair Modifier and Type Method Description static Pair<Method,Wrapper>
Reflect. findSetterForTag(Class<?> c, String tagName, Object bean)
Methods in org.testng.xml.dom that return types with arguments of type Pair Modifier and Type Method Description static List<Pair<Method,Wrapper>>
Reflect. findMethodsWithAnnotation(Class<?> c, Class<? extends Annotation> ac, Object bean)
-