|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectch.elca.el4j.tests.util.codingsupport.RejectTest
public class RejectTest
This tests check the behavior of the Reject class.
| Constructor Summary | |
|---|---|
RejectTest()
|
|
| Method Summary | |
|---|---|
void |
testIfEmptyCollection()
Checks Reject.ifEmpty(Collection). |
void |
testIfEmptyString()
Checks Reject.ifEmpty(String). |
void |
testIfNull()
Checks Reject.ifNull(Object). |
void |
testIfNull2()
Check with a subclass of RuntimeException Checks Reject.ifNull(Object). |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RejectTest()
| Method Detail |
|---|
public void testIfNull()
Reject.ifNull(Object).
public void testIfNull2()
Reject.ifNull(Object).
public void testIfEmptyCollection()
Reject.ifEmpty(Collection).
public void testIfEmptyString()
Reject.ifEmpty(String).
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||