Searched refs:IAnnotation (Results 1 - 18 of 18) sorted by relevance

/external/testng/src/main/java/org/testng/annotations/
H A DIAnnotation.java10 public interface IAnnotation { interface
H A DIObjectFactoryAnnotation.java8 public interface IObjectFactoryAnnotation extends IAnnotation
H A DIExpectedExceptionsAnnotation.java8 public interface IExpectedExceptionsAnnotation extends IAnnotation {
H A DIParametersAnnotation.java9 public interface IParametersAnnotation extends IAnnotation {
H A DIDataProviderAnnotation.java9 public interface IDataProviderAnnotation extends IAnnotation {
H A DIParameterizable.java9 public interface IParameterizable extends IAnnotation {
H A DIListenersAnnotation.java5 public interface IListenersAnnotation extends IAnnotation {
/external/testng/src/main/java/org/testng/internal/annotations/
H A DListenersAnnotation.java4 import org.testng.annotations.IAnnotation;
6 public class ListenersAnnotation implements IListeners, IAnnotation {
H A DIAnnotationFinder.java7 import org.testng.annotations.IAnnotation;
24 public <A extends IAnnotation> A findAnnotation(Class<?> cls, Class<A> annotationClass);
33 public <A extends IAnnotation> A findAnnotation(Method m, Class<A> annotationClass);
34 <A extends IAnnotation> A findAnnotation(ITestNGMethod m, Class<A> annotationClass);
43 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass);
H A DJDK15AnnotationFinder.java27 import org.testng.annotations.IAnnotation;
52 private Map<Class<? extends IAnnotation>, Class<? extends Annotation>> m_annotationMap =
54 private Map<Pair<Annotation, ?>, IAnnotation> m_annotations = new ConcurrentHashMap<>();
104 public <A extends IAnnotation> A findAnnotation(Method m, Class<A> annotationClass) {
116 public <A extends IAnnotation> A findAnnotation(ITestNGMethod tm, Class<A> annotationClass) {
137 private void transform(IAnnotation a, Class<?> testClass,
185 public <A extends IAnnotation> A findAnnotation(Class<?> cls, Class<A> annotationClass) {
197 public <A extends IAnnotation> A findAnnotation(Constructor<?> cons, Class<A> annotationClass) {
208 private <A extends IAnnotation> A findAnnotation(Class cls, Annotation a,
215 IAnnotation resul
[all...]
H A DJDK15TagFactory.java25 import org.testng.annotations.IAnnotation;
49 public <A extends IAnnotation> A createTag(Class<?> cls, Annotation a,
51 IAnnotation result = null;
96 private IAnnotation maybeCreateNewConfigurationTag(Class<?> cls, Annotation a,
99 IAnnotation result = null;
284 private IAnnotation createConfigurationTag(Class<?> cls, Annotation a,
325 private IAnnotation createDataProviderTag(Annotation a) {
335 private IAnnotation createExpectedExceptionsTag(Annotation a) {
344 private IAnnotation createFactoryTag(Class<?> cls, Annotation a) {
357 private IAnnotation createObjectFactoryTa
[all...]
H A DAnnotationHelper.java10 import org.testng.annotations.IAnnotation;
196 Class<? extends IAnnotation> annotationClass, IAnnotationFinder annotationFinder,
299 Class<? extends IAnnotation> annotationClass) {
304 Class<? extends IAnnotation> annotationClass) {
/external/testng/src/main/java/org/testng/internal/
H A DTestNGClassFinder.java15 import org.testng.annotations.IAnnotation;
70 IAnnotation a = annotationFinder.findAnnotation(m,
233 IAnnotation ma= annotationFinder.findAnnotation(m, annotation);
240 IAnnotation a= annotationFinder.findAnnotation(cls, annotation);
247 IAnnotation ca= annotationFinder.findAnnotation(ctor, annotation);
H A DConfigurationMethod.java9 import org.testng.annotations.IAnnotation;
339 IAnnotation a = AnnotationHelper.findConfiguration(m_annotationFinder, m_method.getMethod());
445 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IBeforeMethod.class);
454 IAnnotation before = m_annotationFinder.findAnnotation(getMethod(), IAfterMethod.class);
H A DClassHelper.java20 import org.testng.annotations.IAnnotation;
152 IAnnotation f = finder.findAnnotation(constructor, IFactoryAnnotation.class);
/external/icu/tools/srcgen/currysrc/libs/
H A Dorg.eclipse.jdt.core_3.11.0.v20150602-1242.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSE_.SF META-INF/ECLIPSE_.RSA META ...
/external/guice/extensions/struts2/lib/
H A Dcore-3.1.1.jarMETA-INF/ org/ org/eclipse/ org/eclipse/jdt/ org/eclipse/jdt/core/ org/eclipse/jdt/core/compiler/ org/ ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...

Completed in 266 milliseconds