|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.hadoop.mrunit.testutil.ExtendedAssert
@Deprecated public final class ExtendedAssert
Method Summary | |
---|---|
static void |
assertGreater(int x,
int y)
Deprecated. No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals |
static void |
assertGreaterOrEqual(int x,
int y)
Deprecated. No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals |
static void |
assertLess(int x,
int y)
Deprecated. No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals |
static void |
assertLessOrEqual(int x,
int y)
Deprecated. No replacement since extension methods to JUnit assert methods dont fit well with MRUnit's goals |
static void |
assertListEquals(List<?> expected,
List<?> actual)
Deprecated. No replacement due to automatic list comparison using runTest() |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
@Deprecated public static void assertListEquals(List<?> expected, List<?> actual)
expected
- a list full of expected valuesactual
- a list full of actual test values@Deprecated public static void assertGreater(int x, int y)
@Deprecated public static void assertGreaterOrEqual(int x, int y)
@Deprecated public static void assertLess(int x, int y)
@Deprecated public static void assertLessOrEqual(int x, int y)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |