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 private static booleanMethodGroupsHelper. includeMethod(ITestOrConfiguration annotation, RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, java.util.List<ITestNGMethod> outIncludedMethods)(package private) static booleanMethodHelper. isDisabled(ITestOrConfiguration test)protected static booleanMethodHelper. isEnabled(ITestOrConfiguration test)Method parameters in org.testng.internal with type arguments of type ITestOrConfiguration Modifier and Type Method Description private java.lang.String[]BaseTestMethod. calculateGroupsTouseConsideringValuesAndGroupValues(java.lang.Class<? extends ITestOrConfiguration> annotationClass, java.lang.String[] groups)protected voidBaseTestMethod. initBeforeAfterGroups(java.lang.Class<? extends ITestOrConfiguration> annotationClass, java.lang.String[] groups)protected voidBaseTestMethod. initGroups(java.lang.Class<? extends ITestOrConfiguration> annotationClass)private voidBaseTestMethod. initRestOfGroupDependencies(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
-