public class TestdriverAnnotationTransformer extends Object implements org.testng.IAnnotationTransformer
| Constructor and Description |
|---|
TestdriverAnnotationTransformer() |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(org.testng.annotations.ITestAnnotation iTestAnnotation,
Class aClass,
Constructor constructor,
Method method)
Transform the test annotation.
|
public void transform(org.testng.annotations.ITestAnnotation iTestAnnotation,
Class aClass,
Constructor constructor,
Method method)
transform in interface org.testng.IAnnotationTransformeriTestAnnotation - the annotation to transform.aClass - not used.constructor - not used.method - not used.Copyright © 2018. All rights reserved.