Uses of Interface
org.testng.annotations.ITestOrConfiguration
Packages that use ITestOrConfiguration
-
Uses of ITestOrConfiguration in org.testng.annotations
Subinterfaces of ITestOrConfiguration in org.testng.annotationsModifier and TypeInterfaceDescriptioninterface
Encapsulate the @Configuration / @testng.configuration annotationinterface
Encapsulate the @Test / @testng.test annotation. -
Uses of ITestOrConfiguration in org.testng.internal
Methods in org.testng.internal with parameters of type ITestOrConfigurationModifier and TypeMethodDescriptionprivate static boolean
MethodGroupsHelper.includeMethod
(ITestOrConfiguration annotation, RunInfo runInfo, ITestNGMethod tm, boolean forTests, boolean unique, List<ITestNGMethod> outIncludedMethods) (package private) static boolean
MethodHelper.isDisabled
(ITestOrConfiguration test) protected static boolean
MethodHelper.isEnabled
(ITestOrConfiguration test) Method parameters in org.testng.internal with type arguments of type ITestOrConfigurationModifier and TypeMethodDescriptionprivate String[]
BaseTestMethod.calculateGroupsTouseConsideringValuesAndGroupValues
(Class<? extends ITestOrConfiguration> annotationClass, String[] groups) protected void
BaseTestMethod.initBeforeAfterGroups
(Class<? extends ITestOrConfiguration> annotationClass, String[] groups) protected void
BaseTestMethod.initGroups
(Class<? extends ITestOrConfiguration> annotationClass) private void
BaseTestMethod.initRestOfGroupDependencies
(Class<? extends ITestOrConfiguration> annotationClass) -
Uses of ITestOrConfiguration in org.testng.internal.annotations
Subinterfaces of ITestOrConfiguration in org.testng.internal.annotationsModifier and TypeInterfaceDescriptioninterface
interface
interface
interface
interface
interface
Base interface for IBeforeSuite, IAfterSuite, etc...interface
interface
interface
interface
interface
interface
interface
Classes in org.testng.internal.annotations that implement ITestOrConfigurationModifier and TypeClassDescriptionclass
class
An implementation of IConfigurationclass
An implementation of ITestclass