Package | Description |
---|---|
org.testng.annotations | |
org.testng.internal.annotations |
Modifier and Type | Interface and Description |
---|---|
interface |
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotation
Created on Dec 20, 2005
|
interface |
IDataProviderAnnotation
Encapsulate the @DataProvider / @testng.data-provider annotation
Created on Dec 20, 2005
|
interface |
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotation
Created on Dec 20, 2005
|
interface |
IListenersAnnotation |
interface |
IObjectFactoryAnnotation |
interface |
IParameterizable
Parent interface for annotations that can receive parameters.
|
interface |
IParametersAnnotation
Encapsulate the @Parameters / @testng.parameters annotation
Created on Dec 20, 2005
|
interface |
ITestAnnotation
Encapsulate the @Test / @testng.test annotation.
|
interface |
ITestOrConfiguration
This interface captures methods common to @Test and @Configuration
Created on Dec 20, 2005
|
Modifier and Type | Interface and Description |
---|---|
interface |
IAfterClass |
interface |
IAfterGroups |
interface |
IAfterMethod |
interface |
IAfterSuite |
interface |
IAfterTest |
interface |
IAfterTests |
interface |
IBaseBeforeAfter
Base interface for IBeforeSuite, IAfterSuite, etc...
|
interface |
IBeforeClass |
interface |
IBeforeGroups |
interface |
IBeforeMethod |
interface |
IBeforeSuite |
interface |
IBeforeTest |
interface |
IListeners |
interface |
ITest |
Modifier and Type | Class and Description |
---|---|
class |
AfterSuiteAnnotation |
class |
BaseBeforeAfter |
class |
BeforeSuiteAnnotation |
class |
ConfigurationAnnotation
An implementation of IConfiguration
Created on Dec 16, 2005
|
class |
DataProviderAnnotation
An implementation of IDataProvider.
|
class |
FactoryAnnotation
An implementation of IFactory
Created on Dec 20, 2005
|
class |
ListenersAnnotation |
class |
ObjectFactoryAnnotation
The internal representation of @ObjectFactory
|
class |
ParametersAnnotation
An implementation of IParameters
Created on Dec 20, 2005
|
class |
TestAnnotation
An implementation of ITest
Created on Dec 20, 2005
|
class |
TestOrConfiguration |
Modifier and Type | Method and Description |
---|---|
<A extends IAnnotation> |
JDK15TagFactory.createTag(Class<?> cls,
Method method,
Annotation a,
Class<A> annotationClass,
IAnnotationTransformer transformer) |
<A extends IAnnotation> |
IAnnotationFinder.findAnnotation(Class<?> cls,
Class<A> annotationClass) |
<A extends IAnnotation> |
JDK15AnnotationFinder.findAnnotation(Class<?> cls,
Class<A> annotationClass) |
<A extends IAnnotation> |
IAnnotationFinder.findAnnotation(Constructor<?> cons,
Class<A> annotationClass) |
<A extends IAnnotation> |
JDK15AnnotationFinder.findAnnotation(Constructor<?> cons,
Class<A> annotationClass) |
<A extends IAnnotation> |
IAnnotationFinder.findAnnotation(ConstructorOrMethod com,
Class<A> annotationClass) |
<A extends IAnnotation> |
JDK15AnnotationFinder.findAnnotation(ConstructorOrMethod com,
Class<A> annotationClass) |
<A extends IAnnotation> |
IAnnotationFinder.findAnnotation(ITestNGMethod m,
Class<A> annotationClass) |
<A extends IAnnotation> |
JDK15AnnotationFinder.findAnnotation(ITestNGMethod tm,
Class<A> annotationClass) |
<A extends IAnnotation> |
IAnnotationFinder.findAnnotation(Method m,
Class<A> annotationClass) |
<A extends IAnnotation> |
JDK15AnnotationFinder.findAnnotation(Method m,
Class<A> annotationClass) |
Modifier and Type | Method and Description |
---|---|
static ITestNGMethod[] |
AnnotationHelper.findMethodsWithAnnotation(Class<?> rootClass,
Class<? extends IAnnotation> annotationClass,
IAnnotationFinder annotationFinder,
XmlTest xmlTest)
Delegation method for creating the list of
ITestMethod s to be
analysed. |
Copyright © 2018. All rights reserved.