|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jmlspecs.jmlunit.strategies.IndefiniteIteratorUtilities
Static functions to aid in testing subtypes of IndefiniteIterator
and hence, the testing of various strategies.
| Constructor Summary | |
private |
IndefiniteIteratorUtilities()
No instances of this class |
| Method Summary | |
static boolean |
contains(IndefiniteIterator iter,
Object o)
Does the given iterator return something equals to the given object? |
static boolean |
containsNull(IndefiniteIterator iter)
Does the given iterator return null? |
static boolean |
distinctValues(IndefiniteIterator iter)
Does the given iterator have distinct values it returns? |
static long |
size(IndefiniteIterator iter)
Return the size of the given indefinite iterator |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
private IndefiniteIteratorUtilities()
| Method Detail |
public static long size(IndefiniteIterator iter)
public static boolean contains(IndefiniteIterator iter,
Object o)
public static boolean containsNull(IndefiniteIterator iter)
public static boolean distinctValues(IndefiniteIterator iter)
|
JML | ||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||