|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.virtualmock.matcher.MatcherUtils
Common utilities used by ArgMatcher implementations.
| Constructor Summary | |
MatcherUtils()
|
|
| Method Summary | |
boolean |
areBothNotNull(java.lang.Object objectOne,
java.lang.Object objectTwo)
Checks if both arguments are not null. |
boolean |
areBothNull(java.lang.Object objectOne,
java.lang.Object objectTwo)
Checks if both arguments are null. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MatcherUtils()
| Method Detail |
public boolean areBothNotNull(java.lang.Object objectOne,
java.lang.Object objectTwo)
objectOne - first argumentobjectTwo - second argument
public boolean areBothNull(java.lang.Object objectOne,
java.lang.Object objectTwo)
objectOne - first argumentobjectTwo - second argument
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||