com.agical.rmock.core.util.impl
Class MockMethodSignatureIdentity

java.lang.Object
  extended by com.agical.rmock.core.util.impl.MockMethodSignatureIdentity

public class MockMethodSignatureIdentity
extends Object

Author:
brolund (c) 2005 Agical AB

Constructor Summary
MockMethodSignatureIdentity(String mockId, String methodName, Class[] parameterTypes)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockMethodSignatureIdentity

public MockMethodSignatureIdentity(String mockId,
                                   String methodName,
                                   Class[] parameterTypes)
Parameters:
mockId -
methodName -
parameterTypes -
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2005-2011 Agical AB. All Rights Reserved.