org.mockito.internal.invocation

Invocation

class Invocation extends PrintableInvocation with InvocationOnMock with PrintingFriendlyInvocation with VerificationAwareInvocation

This class redefines Mockito Invocation behavior class when evaluating byname arguments.

The only changed method is argumentsToMatchers

Annotations
@SuppressWarnings()
Linear Supertypes
VerificationAwareInvocation, PrintingFriendlyInvocation, InvocationOnMock, Serializable, PrintableInvocation, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Invocation
  2. VerificationAwareInvocation
  3. PrintingFriendlyInvocation
  4. InvocationOnMock
  5. Serializable
  6. PrintableInvocation
  7. AnyRef
  8. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Invocation(mock: AnyRef, mockitoMethod: MockitoMethod, args: Array[AnyRef], sequenceNumber: Int, realMethod: RealMethod)

  2. new Invocation()

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def argumentsToMatchers: List[Matcher[_]]

    Attributes
    protected
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def callRealMethod(): AnyRef

    Definition Classes
    Invocation → InvocationOnMock
  9. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(o: Any): Boolean

    Definition Classes
    Invocation → AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def getArguments(): Array[AnyRef]

    Definition Classes
    Invocation → InvocationOnMock
  14. def getArgumentsCount: Int

  15. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  16. def getLocation(): Location

    Definition Classes
    Invocation → PrintableInvocation
  17. def getMethod(): Method

    Definition Classes
    Invocation → InvocationOnMock
  18. def getMethodName: String

  19. def getMock(): AnyRef

    Definition Classes
    Invocation → InvocationOnMock
  20. def getRawArguments: Array[AnyRef]

  21. def getSequenceNumber: Integer

  22. def hashCode(): Int

    Definition Classes
    Invocation → AnyRef → Any
  23. def ignoreForVerification(): Unit

  24. def isDeclaredOnInterface: Boolean

  25. def isIgnoredForVerification: Boolean

  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. def isToString: Boolean

  28. def isValidException(throwable: Throwable): Boolean

  29. def isValidReturnType(clazz: Class[_]): Boolean

  30. def isVerified(): Boolean

    Definition Classes
    Invocation → VerificationAwareInvocation
  31. def isVoid: Boolean

  32. def markStubbed(stubInfo: StubInfo): Unit

  33. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  34. final def notify(): Unit

    Definition Classes
    AnyRef
  35. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  36. def printMethodReturnType: String

  37. def returnsPrimitive: Boolean

  38. def stubInfo: StubInfo

  39. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  40. def toString(printSettings: PrintSettings): String

    Definition Classes
    Invocation → PrintingFriendlyInvocation
  41. def toString(matchers: List[Matcher[_]], printSettings: PrintSettings): String

    Attributes
    protected
  42. def toString(): String

    Definition Classes
    Invocation → PrintableInvocation → AnyRef → Any
  43. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  44. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from VerificationAwareInvocation

Inherited from PrintingFriendlyInvocation

Inherited from InvocationOnMock

Inherited from Serializable

Inherited from PrintableInvocation

Inherited from AnyRef

Inherited from Any

Ungrouped