org.jboss.arquillian.testng
Class TestDataProviderTransformer
java.lang.Object
org.jboss.arquillian.testng.TestDataProviderTransformer
- All Implemented Interfaces:
- org.testng.IAnnotationTransformer, org.testng.ITestNGListener
public class TestDataProviderTransformer
- extends Object
- implements org.testng.IAnnotationTransformer
A IAnnotationTransformer that will add the TestEnricherDataProvider
as DataProvider
to the given test method to enable method argument injection support.
- Version:
- $Revision: $
- Author:
- Aslak Knutsen
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TestDataProviderTransformer
public TestDataProviderTransformer()
transform
public void transform(org.testng.annotations.ITestAnnotation testAnnotation,
Class clazz,
Constructor constructor,
Method method)
- Specified by:
transform
in interface org.testng.IAnnotationTransformer
Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.