|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.hammingweight.hammock.NotNullArgumentMatcher
public class NotNullArgumentMatcher
The NotNullArgumentMatcher class checks that a method argument
is not null.
| Constructor Summary | |
|---|---|
NotNullArgumentMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
areArgumentsEqual(java.lang.Object argumentExpected,
java.lang.Object argumentActual)
Checks whether an actual argument is not null. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NotNullArgumentMatcher()
| Method Detail |
|---|
public boolean areArgumentsEqual(java.lang.Object argumentExpected,
java.lang.Object argumentActual)
areArgumentsEqual in interface IArgumentMatcherargumentExpected - argumentActual -
true if and only the actual argument is not
null.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||