Package | Description |
---|---|
org.testng | |
org.testng.annotations | |
org.testng.internal | |
org.testng.internal.annotations |
Class and Description |
---|
CustomAttribute
Represents a means to add in custom attributes to @
Test annotated tests. |
Guice
This annotation specifies what Guice modules should be used to instantiate this test class.
|
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotation
|
IDataProviderAnnotation
Encapsulate the @DataProvider / @testng.data-provider annotation
|
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotation
|
IListenersAnnotation |
Class and Description |
---|
CustomAttribute
Represents a means to add in custom attributes to @
Test annotated tests. |
IAnnotation
The parent interface for all the annotations.
|
IParameterizable
Parent interface for annotations that can receive parameters.
|
ITestOrConfiguration
This interface captures methods common to @Test and @Configuration
|
Class and Description |
---|
CustomAttribute
Represents a means to add in custom attributes to @
Test annotated tests. |
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotation
|
IDataProviderAnnotation
Encapsulate the @DataProvider / @testng.data-provider annotation
|
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotation
|
ITestAnnotation
Encapsulate the @Test / @testng.test annotation.
|
ITestOrConfiguration
This interface captures methods common to @Test and @Configuration
|
Class and Description |
---|
CustomAttribute
Represents a means to add in custom attributes to @
Test annotated tests. |
IAnnotation
The parent interface for all the annotations.
|
IConfigurationAnnotation
Encapsulate the @Configuration / @testng.configuration annotation
|
IDataProviderAnnotation
Encapsulate the @DataProvider / @testng.data-provider annotation
|
IFactoryAnnotation
Encapsulate the @Factory / @testng.factory annotation
|
Ignore
Alternative of @Test(enable=false)
|
IListenersAnnotation |
IObjectFactoryAnnotation |
IParameterizable
Parent interface for annotations that can receive parameters.
|
IParametersAnnotation
Encapsulate the @Parameters / @testng.parameters annotation
|
ITestAnnotation
Encapsulate the @Test / @testng.test annotation.
|
ITestOrConfiguration
This interface captures methods common to @Test and @Configuration
|