Uses of Interface
org.testng.annotations.IConfigurationAnnotation
-
Packages that use IConfigurationAnnotation Package Description org.testng org.testng.internal org.testng.internal.annotations org.testng.internal.invokers -
-
Uses of IConfigurationAnnotation in org.testng
Methods in org.testng with parameters of type IConfigurationAnnotation Modifier and Type Method Description default void
IAnnotationTransformer. transform(IConfigurationAnnotation annotation, java.lang.Class testClass, java.lang.reflect.Constructor testConstructor, java.lang.reflect.Method testMethod)
Transform an IConfiguration annotation. -
Uses of IConfigurationAnnotation in org.testng.internal
Methods in org.testng.internal with parameters of type IConfigurationAnnotation Modifier and Type Method Description static boolean
MethodHelper. isAlwaysRun(IConfigurationAnnotation configurationAnnotation)
-
Uses of IConfigurationAnnotation in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IConfigurationAnnotation Modifier and Type Class Description class
ConfigurationAnnotation
An implementation of IConfigurationMethods in org.testng.internal.annotations that return IConfigurationAnnotation Modifier and Type Method Description private static IConfigurationAnnotation
AnnotationHelper. createConfiguration(IConfigurationAnnotation bs, IConfigurationAnnotation as, IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag, IConfigurationAnnotation bc, IConfigurationAnnotation ac, IConfigurationAnnotation bm, IConfigurationAnnotation am)
static IConfigurationAnnotation
AnnotationHelper. findConfiguration(IAnnotationFinder finder, java.lang.reflect.Method m)
static IConfigurationAnnotation
AnnotationHelper. findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m)
Methods in org.testng.internal.annotations with parameters of type IConfigurationAnnotation Modifier and Type Method Description private static IConfigurationAnnotation
AnnotationHelper. createConfiguration(IConfigurationAnnotation bs, IConfigurationAnnotation as, IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag, IConfigurationAnnotation bc, IConfigurationAnnotation ac, IConfigurationAnnotation bm, IConfigurationAnnotation am)
private static void
AnnotationHelper. finishInitialize(ConfigurationAnnotation result, IConfigurationAnnotation bs)
-
Uses of IConfigurationAnnotation in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type IConfigurationAnnotation Modifier and Type Method Description private void
ConfigInvoker. handleConfigurationFailure(java.lang.Throwable ite, ITestNGMethod tm, ITestResult testResult, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, java.lang.Object instance, XmlSuite suite)
private void
ConfigInvoker. handleConfigurationSkip(ITestNGMethod tm, ITestResult testResult, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, java.lang.Object instance, XmlSuite suite)
Marks the currentTestResult
as skipped and invokes the listeners.private void
ConfigInvoker. recordConfigurationInvocationFailed(ITestNGMethod tm, IClass testClass, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, java.lang.Object instance, XmlSuite suite)
Record internally the failure of a Configuration, so that we can determine later if @Test should be skipped.
-