|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.testng.ConversionUtils
public class ConversionUtils
Helper methods used by the Eclipse plug-in when converting tests from JUnit.
| Constructor Summary | |
|---|---|
ConversionUtils()
|
|
| Method Summary | |
|---|---|
static java.lang.Object[] |
wrapDataProvider(java.lang.Class cls,
java.util.Collection<java.lang.Object[]> data)
Turns the output of a JUnit 4 @Parameters style data provider into one that is suitable for TestNG's @DataProvider. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ConversionUtils()
| Method Detail |
|---|
public static java.lang.Object[] wrapDataProvider(java.lang.Class cls,
java.util.Collection<java.lang.Object[]> data)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||