Package | Description |
---|---|
org.testng.internal.collections | |
org.testng.xml.dom |
Modifier and Type | Method and 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) |
Modifier and Type | Method and Description |
---|---|
static Pair<Method,Wrapper> |
Reflect.findSetterForTag(Class<?> c,
String tagName,
Object bean) |
Modifier and Type | Method and Description |
---|---|
static List<Pair<Method,Wrapper>> |
Reflect.findMethodsWithAnnotation(Class<?> c,
Class<? extends Annotation> ac,
Object bean) |
Copyright © 2018. All rights reserved.