org.jboss.arquillian.testng
Class TestDataProviderTransformer

java.lang.Object
  extended by 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

Constructor Summary
TestDataProviderTransformer()
           
 
Method Summary
 void transform(org.testng.annotations.ITestAnnotation testAnnotation, Class clazz, Constructor constructor, Method method)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestDataProviderTransformer

public TestDataProviderTransformer()
Method Detail

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.