java.lang.Object
org.mockito.internal.creation.bytebuddy.MockMethodAdvice.ForEquals
-
Constructor Summary
Constructors
-
Method Summary
private static void
private static boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
enter
@OnMethodEnter(skipOn=net.bytebuddy.asm.Advice.OnNonDefaultValue.class)
private static boolean enter(String identifier,
@This
Object self)
-
enter
@OnMethodExit
private static void enter(@This
Object self,
@Argument(0)
Object other,
@Return(readOnly=false)
boolean equals,
@Enter
boolean skipped)