@Deprecated public class ConversionUtils extends Object
| Constructor and Description |
|---|
ConversionUtils()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
static Object[] |
wrapDataProvider(Class<?> cls,
Collection<Object[]> data)
Deprecated.
Turns the output of a JUnit 4 @Parameters style data provider into one that is suitable for
TestNG's @DataProvider.
|
public static Object[] wrapDataProvider(Class<?> cls, Collection<Object[]> data)
cls - The class to createdata - The parameters listCopyright © 2025. All rights reserved.