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 -
Classes in org.testng.annotations used by org.testng Class Description IConfigurationAnnotation Encapsulate the @Configuration / @testng.configuration annotation Created on Dec 20, 2005IDataProviderAnnotation Encapsulate the @DataProvider / @testng.data-provider annotation Created on Dec 20, 2005IFactoryAnnotation Encapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005IListenersAnnotation ITestAnnotation Encapsulate the @Test / @testng.test annotation. -
Classes in org.testng.annotations used by org.testng.annotations Class Description 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 Created on Dec 20, 2005 -
Classes in org.testng.annotations used by org.testng.internal Class Description ITestOrConfiguration This interface captures methods common to @Test and @Configuration Created on Dec 20, 2005Optional Specifies that the current parameter is optional.Parameters Describes how to pass parameters to a @Test method.Test Mark a class or a method as part of the test. -
Classes in org.testng.annotations used by org.testng.internal.annotations Class Description IAnnotation The parent interface for all the annotations.IConfigurationAnnotation Encapsulate the @Configuration / @testng.configuration annotation Created on Dec 20, 2005IDataProviderAnnotation Encapsulate the @DataProvider / @testng.data-provider annotation Created on Dec 20, 2005IFactoryAnnotation Encapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005IListenersAnnotation IObjectFactoryAnnotation IParameterizable Parent interface for annotations that can receive parameters.IParametersAnnotation Encapsulate the @Parameters / @testng.parameters annotation Created on Dec 20, 2005ITestAnnotation Encapsulate the @Test / @testng.test annotation.ITestOrConfiguration This interface captures methods common to @Test and @Configuration Created on Dec 20, 2005