|
JUnit-addons version 1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--junitx.util.Converter
Contains convenient converter methods
Method Summary | |
static java.util.List |
asList(java.util.Iterator iter)
Returns the values of an iterator into a list. |
static java.util.List |
asList(java.lang.Object[] array)
Returns the values of an array into a list. |
static java.util.List |
toList(java.util.Iterator iter)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static java.util.List toList(java.util.Iterator iter)
public static java.util.List asList(java.util.Iterator iter)
public static java.util.List asList(java.lang.Object[] array)
|
JUnit-addons version 1.4 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |