Uses of Interface
org.testng.annotations.ITestOrConfiguration
-
Packages that use ITestOrConfiguration Package Description org.testng.annotations org.testng.internal org.testng.internal.annotations -
-
Uses of ITestOrConfiguration in org.testng.annotations
Subinterfaces of ITestOrConfiguration in org.testng.annotations Modifier and Type Interface Description interfaceIConfigurationAnnotationEncapsulate the @Configuration / @testng.configuration annotationinterfaceITestAnnotationEncapsulate the @Test / @testng.test annotation. -
Uses of ITestOrConfiguration in org.testng.internal
Methods in org.testng.internal with parameters of type ITestOrConfiguration Modifier and Type Method Description static booleanMethodHelper. isEnabled(ITestOrConfiguration test)Method parameters in org.testng.internal with type arguments of type ITestOrConfiguration Modifier and Type Method Description protected voidBaseTestMethod. initBeforeAfterGroups(java.lang.Class<? extends ITestOrConfiguration> annotationClass, java.lang.String[] groups)protected voidBaseTestMethod. initGroups(java.lang.Class<? extends ITestOrConfiguration> annotationClass) -
Uses of ITestOrConfiguration in org.testng.internal.annotations
Subinterfaces of ITestOrConfiguration in org.testng.internal.annotations Modifier and Type Interface Description interfaceIAfterClassinterfaceIAfterGroupsinterfaceIAfterMethodinterfaceIAfterSuiteinterfaceIAfterTestinterfaceIBaseBeforeAfterBase interface for IBeforeSuite, IAfterSuite, etc...interfaceIBaseBeforeAfterMethodinterfaceIBeforeClassinterfaceIBeforeGroupsinterfaceIBeforeMethodinterfaceIBeforeSuiteinterfaceIBeforeTestinterfaceITestClasses in org.testng.internal.annotations that implement ITestOrConfiguration Modifier and Type Class Description classBaseBeforeAfterclassConfigurationAnnotationAn implementation of IConfigurationclassTestAnnotationAn implementation of ITestclassTestOrConfiguration
-