|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.unitils.mock.argumentmatcher.impl.NullArgumentMatcher
public class NullArgumentMatcher
A matcher that will check whether an argument is null.
| Constructor Summary | |
|---|---|
NullArgumentMatcher()
|
|
| Method Summary | |
|---|---|
boolean |
matches(java.lang.Object argument,
java.lang.Object argumentAtInvocationTime)
Returns true if the given object is not null, false otherwise. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public NullArgumentMatcher()
| Method Detail |
|---|
public boolean matches(java.lang.Object argument,
java.lang.Object argumentAtInvocationTime)
matches in interface ArgumentMatcherargument - The argument that were used by reference, not nullargumentAtInvocationTime - Copy of the argument, taken at the time that the invocation was performed, not null
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||