Uses of Interface
org.testng.annotations.IConfigurationAnnotation
Packages that use IConfigurationAnnotation
Package
Description
-
Uses of IConfigurationAnnotation in org.testng
Methods in org.testng with parameters of type IConfigurationAnnotationModifier and TypeMethodDescriptiondefault voidIAnnotationTransformer.transform(IConfigurationAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod) Transform an IConfiguration annotation. -
Uses of IConfigurationAnnotation in org.testng.internal
Methods in org.testng.internal with parameters of type IConfigurationAnnotationModifier and TypeMethodDescriptionstatic booleanMethodHelper.isAlwaysRun(IConfigurationAnnotation configurationAnnotation) -
Uses of IConfigurationAnnotation in org.testng.internal.annotations
Classes in org.testng.internal.annotations that implement IConfigurationAnnotationModifier and TypeClassDescriptionclassAn implementation of IConfigurationMethods in org.testng.internal.annotations that return IConfigurationAnnotationModifier and TypeMethodDescriptionprivate static IConfigurationAnnotationAnnotationHelper.createConfiguration(IConfigurationAnnotation bs, IConfigurationAnnotation as, IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag, IConfigurationAnnotation bc, IConfigurationAnnotation ac, IConfigurationAnnotation bm, IConfigurationAnnotation am) static IConfigurationAnnotationAnnotationHelper.findConfiguration(IAnnotationFinder finder, Method m) static IConfigurationAnnotationAnnotationHelper.findConfiguration(IAnnotationFinder finder, ConstructorOrMethod m) Methods in org.testng.internal.annotations with parameters of type IConfigurationAnnotationModifier and TypeMethodDescriptionprivate static IConfigurationAnnotationAnnotationHelper.createConfiguration(IConfigurationAnnotation bs, IConfigurationAnnotation as, IConfigurationAnnotation bt, IConfigurationAnnotation at, IConfigurationAnnotation bg, IConfigurationAnnotation ag, IConfigurationAnnotation bc, IConfigurationAnnotation ac, IConfigurationAnnotation bm, IConfigurationAnnotation am) private static voidAnnotationHelper.finishInitialize(ConfigurationAnnotation result, IConfigurationAnnotation bs) -
Uses of IConfigurationAnnotation in org.testng.internal.invokers
Methods in org.testng.internal.invokers with parameters of type IConfigurationAnnotationModifier and TypeMethodDescriptionprivate voidConfigInvoker.handleConfigurationFailure(Throwable ite, ITestNGMethod tm, ITestResult testResult, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, Object instance, XmlSuite suite) private voidConfigInvoker.handleConfigurationSkip(ITestNGMethod tm, ITestResult testResult, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, Object instance, XmlSuite suite) Marks the currentTestResultas skipped and invokes the listeners.private voidConfigInvoker.recordConfigurationInvocationFailed(ITestNGMethod tm, IClass testClass, IConfigurationAnnotation annotation, ITestNGMethod currentTestMethod, Object instance, XmlSuite suite) Record internally the failure of a Configuration, so that we can determine later if @Test should be skipped.