Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.testng.annotations Classes and Interfaces - 27 results found.
NameDescriptionTypePackageFramework
AfterClassClassorg.testng.annotationsTestNG
AfterGroupsClassorg.testng.annotationsTestNG
AfterMethodClassorg.testng.annotationsTestNG
AfterSuiteClassorg.testng.annotationsTestNG
AfterTestClassorg.testng.annotationsTestNG
BeforeClassClassorg.testng.annotationsTestNG
BeforeGroupsClassorg.testng.annotationsTestNG
BeforeMethodClassorg.testng.annotationsTestNG
BeforeSuiteClassorg.testng.annotationsTestNG
BeforeTestClassorg.testng.annotationsTestNG
ConfigurationConfiguration information for a TestNG class.Classorg.testng.annotationsTestNG
DataProviderMark a method as supplying data for a test method.Classorg.testng.annotationsTestNG
ExpectedExceptionsList of exceptions that a test method is expected to throw.Classorg.testng.annotationsTestNG
FactoryMarks a method as a factory that returns objects that will be used by TestNG as Test classes.Classorg.testng.annotationsTestNG
GuiceThis annotation specifies what Guice modules should be used to instantiateAuthor:Cedric Beust Classorg.testng.annotationsTestNG
IConfigurationAnnotationEncapsulate the @Configuration / @testng.Interfaceorg.testng.annotationsTestNG
IDataProviderAnnotationEncapsulate the @DataProvider / @testng.Interfaceorg.testng.annotationsTestNG
IExpectedExceptionsAnnotationEncapsulate the @ExpectedExceptions / @testng.Interfaceorg.testng.annotationsTestNG
IFactoryAnnotationEncapsulate the @Factory / @testng.Interfaceorg.testng.annotationsTestNG
IParameterizableParent interface for annotations that can receive parameters.Interfaceorg.testng.annotationsTestNG
IParametersAnnotationEncapsulate the @Parameters / @testng.Interfaceorg.testng.annotationsTestNG
ITestAnnotationEncapsulate the @Test / @testng.Interfaceorg.testng.annotationsTestNG
ITestOrConfigurationThis interface captures methods common to @Test and @Configuration Created on Dec 20, 2005Interfaceorg.testng.annotationsTestNG
ListenersThis annotation lets you define listeners directly on a test class instead of doing so in your testng.Classorg.testng.annotationsTestNG
OptionalSpecifies that the current parameter is optional.Classorg.testng.annotationsTestNG
ParametersDescribes how to pass parameters to a @Test method.Classorg.testng.annotationsTestNG
TestMark a class or a method as part of the test.Classorg.testng.annotationsTestNG