Package | Description |
---|---|
org.testng | |
org.testng.internal | |
org.testng.internal.annotations |
Modifier and Type | Method and Description |
---|---|
void |
IAnnotationTransformer2.transform(IConfigurationAnnotation annotation,
java.lang.Class testClass,
java.lang.reflect.Constructor testConstructor,
java.lang.reflect.Method testMethod)
Transform an IConfiguration annotation.
|
Modifier and Type | Method and Description |
---|---|
private void |
Invoker.handleConfigurationFailure(java.lang.Throwable ite,
ITestNGMethod tm,
ITestResult testResult,
IConfigurationAnnotation annotation,
ITestNGMethod currentTestMethod,
java.lang.Object instance,
XmlSuite suite) |
private void |
Invoker.handleConfigurationSkip(ITestNGMethod tm,
ITestResult testResult,
IConfigurationAnnotation annotation,
ITestNGMethod currentTestMethod,
java.lang.Object instance,
XmlSuite suite)
Marks the current
TestResult as skipped and invokes the listeners. |
(package private) static boolean |
MethodHelper.isAlwaysRun(IConfigurationAnnotation configurationAnnotation) |
private void |
Invoker.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.
|
Modifier and Type | Class and Description |
---|---|
class |
ConfigurationAnnotation
An implementation of IConfiguration
Created on Dec 16, 2005
|
Modifier and Type | Method and 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.Constructor ctor) |
static IConfigurationAnnotation |
AnnotationHelper.findConfiguration(IAnnotationFinder finder,
ConstructorOrMethod m) |
static IConfigurationAnnotation |
AnnotationHelper.findConfiguration(IAnnotationFinder finder,
java.lang.reflect.Method m) |
Modifier and Type | Method and 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) |