|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.hadoop.mrunit.testutil.ExtendedAssert
public final class ExtendedAssert
Method Summary | |
---|---|
static void |
assertGreater(int x,
int y)
asserts x > y |
static void |
assertGreaterOrEqual(int x,
int y)
asserts x >= y) |
static void |
assertLess(int x,
int y)
asserts x < y |
static void |
assertLessOrEqual(int x,
int y)
asserts x >= y) |
static void |
assertListEquals(List<?> expected,
List<?> actual)
Asserts that all the elements of the list are equivalent under equals() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static void assertListEquals(List<?> expected, List<?> actual)
expected
- a list full of expected valuesactual
- a list full of actual test valuespublic static void assertGreater(int x, int y)
public static void assertGreaterOrEqual(int x, int y)
public static void assertLess(int x, int y)
public static void assertLessOrEqual(int x, int y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |