|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectse.mockachino.MethodCall
public class MethodCall
Constructor Summary | |
---|---|
MethodCall(MockachinoMethod method,
java.lang.Object[] args)
|
Method Summary | |
---|---|
boolean |
equals(MethodCall other)
|
java.lang.Object[] |
getArguments()
|
MockachinoMethod |
getMethod()
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public MethodCall(MockachinoMethod method, java.lang.Object[] args)
Method Detail |
---|
public java.lang.String toString()
toString
in class java.lang.Object
public java.lang.Object[] getArguments()
public MockachinoMethod getMethod()
public boolean equals(MethodCall other)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |