public interface IAnnotationTransformer2 extends IAnnotationTransformer
| Modifier and Type | Method and Description |
|---|---|
void |
transform(IConfigurationAnnotation annotation,
Class testClass,
Constructor testConstructor,
Method testMethod)
Transform an IConfiguration annotation.
|
void |
transform(IDataProviderAnnotation annotation,
Method method)
Transform an IDataProvider annotation.
|
void |
transform(IFactoryAnnotation annotation,
Method method)
Transform an IFactory annotation.
|
transformvoid transform(IConfigurationAnnotation annotation, Class testClass, Constructor testConstructor, Method testMethod)
annotation - The annotation that was read from your
test class.testClass - If the annotation was found on a class, this
parameter represents this class (null otherwise).testConstructor - If the annotation was found on a constructor,
this parameter represents this constructor (null otherwise).testMethod - If the annotation was found on a method,
this parameter represents this method (null otherwise).void transform(IDataProviderAnnotation annotation, Method method)
method - The method annotated with the IDataProvider annotation.void transform(IFactoryAnnotation annotation, Method method)
method - The method annotated with the IFactory annotation.Copyright © 2024. All rights reserved.