Class MockMethodInterceptor.ForEquals

  • Enclosing class:
    MockMethodInterceptor

    public static class MockMethodInterceptor.ForEquals
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ForEquals()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean doIdentityEquals​(java.lang.Object thiz, java.lang.Object other)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForEquals

        public ForEquals()
    • Method Detail

      • doIdentityEquals

        public static boolean doIdentityEquals​(@This
                                               java.lang.Object thiz,
                                               @Argument(0)
                                               java.lang.Object other)