Class PanacheMock.MyRealMethod

java.lang.Object
io.quarkus.panache.mock.PanacheMock.MyRealMethod
All Implemented Interfaces:
Serializable, org.mockito.internal.invocation.RealMethod
Enclosing class:
PanacheMock

public static class PanacheMock.MyRealMethod extends Object implements org.mockito.internal.invocation.RealMethod
See Also:
  • Nested Class Summary

    Nested classes/interfaces inherited from interface org.mockito.internal.invocation.RealMethod

    org.mockito.internal.invocation.RealMethod.FromBehavior, org.mockito.internal.invocation.RealMethod.FromCallable, org.mockito.internal.invocation.RealMethod.IsIllegal
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
     
    boolean
     

    Methods inherited from class java.lang.Object

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

    • MyRealMethod

      public MyRealMethod()
  • Method Details

    • isInvokable

      public boolean isInvokable()
      Specified by:
      isInvokable in interface org.mockito.internal.invocation.RealMethod
    • invoke

      public Object invoke() throws Throwable
      Specified by:
      invoke in interface org.mockito.internal.invocation.RealMethod
      Throws:
      Throwable