|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.ochafik.lang.AssertUtils
public class AssertUtils
| Nested Class Summary | |
|---|---|
static class |
AssertUtils.Test
|
| Constructor Summary | |
|---|---|
AssertUtils()
|
|
| Method Summary | ||
|---|---|---|
static void |
main(String[] args)
|
|
static
|
orderedEqual(Collection<T> c1,
Collection<T> c2)
|
|
static
|
unorderedEqual(Collection<T> c1,
Collection<T> c2)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssertUtils()
| Method Detail |
|---|
public static final <T> boolean unorderedEqual(Collection<T> c1,
Collection<T> c2)
public static final <T> boolean orderedEqual(Collection<T> c1,
Collection<T> c2)
public static void main(String[] args)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||