Class 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:
    Serialized Form
    • Constructor Detail

      • MyRealMethod

        public MyRealMethod()
    • Method Detail

      • 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