Uses of Interface
org.testng.annotations.IParameterizable
-
Packages that use IParameterizable Package Description org.testng.annotations org.testng.internal.annotations -
-
Uses of IParameterizable in org.testng.annotations
Subinterfaces of IParameterizable in org.testng.annotations Modifier and Type Interface Description interfaceIConfigurationAnnotationEncapsulate the @Configuration / @testng.configuration annotation Created on Dec 20, 2005interfaceIFactoryAnnotationEncapsulate the @Factory / @testng.factory annotation Created on Dec 20, 2005interfaceITestAnnotationEncapsulate the @Test / @testng.test annotation.interfaceITestOrConfigurationThis interface captures methods common to @Test and @Configuration Created on Dec 20, 2005 -
Uses of IParameterizable in org.testng.internal.annotations
Subinterfaces of IParameterizable in org.testng.internal.annotations Modifier and Type Interface Description interfaceIAfterClassinterfaceIAfterGroupsinterfaceIAfterMethodinterfaceIAfterSuiteinterfaceIAfterTestinterfaceIAfterTestsinterfaceIBaseBeforeAfterBase interface for IBeforeSuite, IAfterSuite, etc...interfaceIBeforeClassinterfaceIBeforeGroupsinterfaceIBeforeMethodinterfaceIBeforeSuiteinterfaceIBeforeTestinterfaceITestClasses in org.testng.internal.annotations that implement IParameterizable Modifier and Type Class Description classAfterSuiteAnnotationclassBaseBeforeAfterclassBeforeSuiteAnnotationclassConfigurationAnnotationAn implementation of IConfiguration Created on Dec 16, 2005classFactoryAnnotationAn implementation of IFactory Created on Dec 20, 2005classTestAnnotationAn implementation of ITest Created on Dec 20, 2005classTestOrConfiguration
-