|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.conradroche.matra.test.util.AssertionUtil
Utility class to do assertions.
Constructor Summary | |
AssertionUtil()
|
Method Summary | |
static void |
assertEquals(java.lang.String[] arg1,
java.lang.String[] arg2)
Checks if the data contained in the two String arrays is the same. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public AssertionUtil()
Method Detail |
public static void assertEquals(java.lang.String[] arg1, java.lang.String[] arg2)
arg1
- String array to compare.arg2
- String array to compare.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |