Package org.testng
Class ConversionUtils
- java.lang.Object
-
- org.testng.ConversionUtils
-
public class ConversionUtils extends Object
Helper methods used by the Eclipse plug-in when converting tests from JUnit.- Author:
- Cedric Beust
-
-
Constructor Summary
Constructors Constructor Description ConversionUtils()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static Object[]
wrapDataProvider(Class cls, Collection<Object[]> data)
Turns the output of a JUnit 4 @Parameters style data provider into one that is suitable for TestNG's @DataProvider.
-
-
-
Method Detail
-
wrapDataProvider
public static Object[] wrapDataProvider(Class cls, Collection<Object[]> data)
Turns the output of a JUnit 4 @Parameters style data provider into one that is suitable for TestNG's @DataProvider.
-
-