Uses of Package
org.testng.annotations
-
Packages that use org.testng.annotations Package Description org.testng org.testng.annotations org.testng.internal org.testng.internal.annotations org.testng.internal.invokers org.testng.internal.objects org.testng.reporters -
Classes in org.testng.annotations used by org.testng Class Description CustomAttribute Represents a means to add in custom attributes to @Test
annotated tests.IConfigurationAnnotation Encapsulate the @Configuration / @testng.configuration annotationIDataProviderAnnotation Encapsulate the @DataProvider / @testng.data-provider annotationIFactoryAnnotation Encapsulate the @Factory / @testng.factory annotationIListenersAnnotation ITestAnnotation Encapsulate the @Test / @testng.test annotation. -
Classes in org.testng.annotations used by org.testng.annotations Class 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 -
Classes in org.testng.annotations used by org.testng.internal Class Description CustomAttribute Represents a means to add in custom attributes to @Test
annotated tests.IConfigurationAnnotation Encapsulate the @Configuration / @testng.configuration annotationIDataProviderAnnotation Encapsulate the @DataProvider / @testng.data-provider annotationIFactoryAnnotation Encapsulate the @Factory / @testng.factory annotationITestAnnotation Encapsulate the @Test / @testng.test annotation.ITestOrConfiguration This interface captures methods common to @Test and @Configuration -
Classes in org.testng.annotations used by org.testng.internal.annotations Class 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 annotationIDataProviderAnnotation Encapsulate the @DataProvider / @testng.data-provider annotationIFactoryAnnotation Encapsulate the @Factory / @testng.factory annotationIgnore Alternative of @Test(enabled=false)IListenersAnnotation IObjectFactoryAnnotation IParameterizable Parent interface for annotations that can receive parameters.IParametersAnnotation Encapsulate the @Parameters / @testng.parameters annotationITestAnnotation Encapsulate the @Test / @testng.test annotation.ITestOrConfiguration This interface captures methods common to @Test and @Configuration -
Classes in org.testng.annotations used by org.testng.internal.invokers Class Description IConfigurationAnnotation Encapsulate the @Configuration / @testng.configuration annotationITestAnnotation Encapsulate the @Test / @testng.test annotation. -
Classes in org.testng.annotations used by org.testng.internal.objects Class Description Guice This annotation specifies what Guice modules should be used to instantiate this test class. -
Classes in org.testng.annotations used by org.testng.reporters Class Description CustomAttribute Represents a means to add in custom attributes to @Test
annotated tests.