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 annotationinterfaceIFactoryAnnotationEncapsulate the @Factory / @testng.factory annotationinterfaceITestAnnotationEncapsulate the @Test / @testng.test annotation.interfaceITestOrConfigurationThis interface captures methods common to @Test and @Configuration -
Uses of IParameterizable in org.testng.internal.annotations
Subinterfaces of IParameterizable in org.testng.internal.annotations Modifier and Type Interface Description interfaceIAfterClassinterfaceIAfterGroupsinterfaceIAfterMethodinterfaceIAfterSuiteinterfaceIAfterTestinterfaceIBaseBeforeAfterBase interface for IBeforeSuite, IAfterSuite, etc...interfaceIBaseBeforeAfterMethodinterfaceIBeforeClassinterfaceIBeforeGroupsinterfaceIBeforeMethodinterfaceIBeforeSuiteinterfaceIBeforeTestinterfaceITestClasses in org.testng.internal.annotations that implement IParameterizable Modifier and Type Class Description classBaseBeforeAfterclassConfigurationAnnotationAn implementation of IConfigurationclassFactoryAnnotationAn implementation of IFactoryclassTestAnnotationAn implementation of ITestclassTestOrConfiguration
-