Packages

trait Mockito extends IdiomaticStubbing with PostfixVerifications with ArgumentMatchersSugar with MockitoSpecs2Support

Linear Supertypes
MockitoSpecs2Support, FunctionArguments, FunctionArgumentsLowImplicits, Expectations, ExpectationsDescription, TypedEqual, ExpectationsCreation, MatchResultStackTrace, ArgThat, ArgumentMatchersSugar, MacroBasedMatchers, NumericMatchers, Tolerance, FunctionMatchers, NullMatchers, StringThatMatchers, ThatMatchers, EqMatchers_VersionSpecific, EqMatchers, AnyMatchers, PostfixVerifications, IdiomaticVerifications, IdiomaticStubbing, ScalacticSerialisableHack, MockitoEnhancer, MockCreator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Mockito
  2. MockitoSpecs2Support
  3. FunctionArguments
  4. FunctionArgumentsLowImplicits
  5. Expectations
  6. ExpectationsDescription
  7. TypedEqual
  8. ExpectationsCreation
  9. MatchResultStackTrace
  10. ArgThat
  11. ArgumentMatchersSugar
  12. MacroBasedMatchers
  13. NumericMatchers
  14. Tolerance
  15. FunctionMatchers
  16. NullMatchers
  17. StringThatMatchers
  18. ThatMatchers
  19. EqMatchers_VersionSpecific
  20. EqMatchers
  21. AnyMatchers
  22. PostfixVerifications
  23. IdiomaticVerifications
  24. IdiomaticStubbing
  25. ScalacticSerialisableHack
  26. MockitoEnhancer
  27. MockCreator
  28. AnyRef
  29. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class Calls extends AnyRef

    class supporting 'was' and 'were' methods to forward mockito calls to the CallsMatcher matcher

  2. class Descriptible[T] extends AnyRef
    Definition Classes
    ExpectationsDescription
  3. implicit class DoSomethingOps[R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  4. implicit class DoSomethingOps0[R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  5. implicit class DoSomethingOps1[P0, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  6. implicit class DoSomethingOps10[P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  7. implicit class DoSomethingOps2[P0, P1, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  8. implicit class DoSomethingOps3[P0, P1, P2, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  9. implicit class DoSomethingOps4[P0, P1, P2, P3, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  10. implicit class DoSomethingOps5[P0, P1, P2, P3, P4, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  11. implicit class DoSomethingOps6[P0, P1, P2, P3, P4, P5, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  12. implicit class DoSomethingOps7[P0, P1, P2, P3, P4, P5, P6, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  13. implicit class DoSomethingOps8[P0, P1, P2, P3, P4, P5, P6, P7, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  14. implicit class DoSomethingOps9[P0, P1, P2, P3, P4, P5, P6, P7, P8, R] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  15. class ExpectationDescription extends AnyRef
    Definition Classes
    ExpectationsDescription
  16. implicit class MatchResultOps[T] extends AnyRef
  17. final class PlusOrMinusWrapper[T] extends AnyRef
    Definition Classes
    Tolerance
  18. implicit class Specs2IntOps extends AnyRef
  19. implicit class Specs2Stubbing[T] extends AnyRef
  20. implicit class StubbingOps[T] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  21. implicit class ThrowSomethingOps[E] extends AnyRef
    Definition Classes
    IdiomaticStubbing
  22. class TypedEqualExpectation[T] extends AnyRef
    Definition Classes
    TypedEqual
  23. type Verification = MatchResult[Any]
    Definition Classes
    Mockito → IdiomaticVerifications
  24. implicit class VerificationsIntOps extends AnyRef
    Definition Classes
    PostfixVerifications
  25. implicit class VerifyingOps[T] extends AnyRef
    Definition Classes
    PostfixVerifications

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. def *[T](implicit arg0: AnyMatcher[T]): T
    Definition Classes
    MacroBasedMatchers
  4. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  5. def InOrder(mocks: AnyRef*)(verifications: (VerifyInOrder) => Verification): Verification
    Definition Classes
    PostfixVerifications
  6. val answered: Answered.type
    Definition Classes
    IdiomaticStubbing
  7. def any[T](implicit arg0: AnyMatcher[T]): T
    Definition Classes
    MacroBasedMatchers
  8. def anyBoolean: Boolean
    Definition Classes
    AnyMatchers
  9. def anyByte: Byte
    Definition Classes
    AnyMatchers
  10. def anyChar: Char
    Definition Classes
    AnyMatchers
  11. def anyDouble: Double
    Definition Classes
    AnyMatchers
  12. def anyFloat: Float
    Definition Classes
    AnyMatchers
  13. def anyInt: Int
    Definition Classes
    AnyMatchers
  14. def anyIterable[T]: Iterable[T]
    Definition Classes
    AnyMatchers
  15. def anyList[T]: List[T]
    Definition Classes
    AnyMatchers
  16. def anyLong: Long
    Definition Classes
    AnyMatchers
  17. def anyMap[K, V]: Map[K, V]
    Definition Classes
    AnyMatchers
  18. def anySeq[T]: Seq[T]
    Definition Classes
    AnyMatchers
  19. def anySet[T]: Set[T]
    Definition Classes
    AnyMatchers
  20. def anyShort: Short
    Definition Classes
    AnyMatchers
  21. def argMatching[T](pf: PartialFunction[Any, Unit]): T
    Definition Classes
    ThatMatchers
  22. implicit def argThat[T, U <: T](m: Matcher[U]): T

    allows to use a hamcrest matchers to match parameters.

    allows to use a hamcrest matchers to match parameters.

    Definition Classes
    ArgThat
  23. implicit def argThat[T](m: Matcher[T]): T
    Definition Classes
    ArgThat
  24. def argThat[T](f: (T) => Boolean, desc: => String): T
    Definition Classes
    ThatMatchers
  25. def argThat[T](matcher: ArgumentMatcher[T]): T
    Definition Classes
    ThatMatchers
  26. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  27. def atLeast[T <: AnyRef](i: Int)(mock: T): T

    at least n calls made to the mock

  28. def atLeast(t: Times): AtLeast
    Definition Classes
    PostfixVerifications
  29. val atLeastEightTimes: AtLeast
    Definition Classes
    PostfixVerifications
  30. val atLeastFiveTimes: AtLeast
    Definition Classes
    PostfixVerifications
  31. val atLeastFourTimes: AtLeast
    Definition Classes
    PostfixVerifications
  32. val atLeastNineTimes: AtLeast
    Definition Classes
    PostfixVerifications
  33. val atLeastOnce: AtLeast
    Definition Classes
    PostfixVerifications
  34. def atLeastOne[T <: AnyRef](mock: T): T

    at least 1 call made to the mock

  35. val atLeastSevenTimes: AtLeast
    Definition Classes
    PostfixVerifications
  36. val atLeastSixTimes: AtLeast
    Definition Classes
    PostfixVerifications
  37. val atLeastTenTimes: AtLeast
    Definition Classes
    PostfixVerifications
  38. def atLeastThree[T <: AnyRef](mock: T): T

    at least 3 calls made to the mock

  39. val atLeastThreeTimes: AtLeast
    Definition Classes
    PostfixVerifications
  40. val atLeastThrice: AtLeast
    Definition Classes
    PostfixVerifications
  41. val atLeastTwice: AtLeast
    Definition Classes
    PostfixVerifications
  42. def atLeastTwo[T <: AnyRef](mock: T): T

    at least 2 calls made to the mock

  43. def atMost[T <: AnyRef](i: Int)(mock: T): T

    at most n calls made to the mock

  44. def atMost(t: Times): AtMost
    Definition Classes
    PostfixVerifications
  45. val atMostEightTimes: AtMost
    Definition Classes
    PostfixVerifications
  46. val atMostFiveTimes: AtMost
    Definition Classes
    PostfixVerifications
  47. val atMostFourTimes: AtMost
    Definition Classes
    PostfixVerifications
  48. val atMostNineTimes: AtMost
    Definition Classes
    PostfixVerifications
  49. val atMostOnce: AtMost
    Definition Classes
    PostfixVerifications
  50. def atMostOne[T <: AnyRef](mock: T): T

    at most 1 call made to the mock

  51. val atMostSevenTimes: AtMost
    Definition Classes
    PostfixVerifications
  52. val atMostSixTimes: AtMost
    Definition Classes
    PostfixVerifications
  53. val atMostTenTimes: AtMost
    Definition Classes
    PostfixVerifications
  54. def atMostThree[T <: AnyRef](mock: T): T

    at most 3 calls made to the mock

  55. val atMostThreeTimes: AtMost
    Definition Classes
    PostfixVerifications
  56. val atMostThrice: AtMost
    Definition Classes
    PostfixVerifications
  57. val atMostTwice: AtMost
    Definition Classes
    PostfixVerifications
  58. def atMostTwo[T <: AnyRef](mock: T): T

    at most 2 calls made to the mock

  59. def booleanThat(matcher: ArgumentMatcher[Boolean]): Boolean
    Definition Classes
    ThatMatchers
  60. def byteThat(matcher: ArgumentMatcher[Byte]): Byte
    Definition Classes
    ThatMatchers
  61. def callMatching[A, R](a: A, m: Matcher[R]): (A) => R
    Definition Classes
    FunctionArguments
  62. def callMatching10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R
    Definition Classes
    FunctionArguments
  63. def callMatching11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) => R
    Definition Classes
    FunctionArguments
  64. def callMatching12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) => R
    Definition Classes
    FunctionArguments
  65. def callMatching13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) => R
    Definition Classes
    FunctionArguments
  66. def callMatching14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) => R
    Definition Classes
    FunctionArguments
  67. def callMatching15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) => R
    Definition Classes
    FunctionArguments
  68. def callMatching16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) => R
    Definition Classes
    FunctionArguments
  69. def callMatching17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) => R
    Definition Classes
    FunctionArguments
  70. def callMatching18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) => R
    Definition Classes
    FunctionArguments
  71. def callMatching19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) => R
    Definition Classes
    FunctionArguments
  72. def callMatching2[T1, T2, R](t1: T1, t2: T2, m: Matcher[R]): (T1, T2) => R
    Definition Classes
    FunctionArguments
  73. def callMatching20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) => R
    Definition Classes
    FunctionArguments
  74. def callMatching21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, t21: T21, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) => R
    Definition Classes
    FunctionArguments
  75. def callMatching22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, t21: T21, t22: T22, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) => R
    Definition Classes
    FunctionArguments
  76. def callMatching3[T1, T2, T3, R](t1: T1, t2: T2, t3: T3, m: Matcher[R]): (T1, T2, T3) => R
    Definition Classes
    FunctionArguments
  77. def callMatching4[T1, T2, T3, T4, R](t1: T1, t2: T2, t3: T3, t4: T4, m: Matcher[R]): (T1, T2, T3, T4) => R
    Definition Classes
    FunctionArguments
  78. def callMatching5[T1, T2, T3, T4, T5, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, m: Matcher[R]): (T1, T2, T3, T4, T5) => R
    Definition Classes
    FunctionArguments
  79. def callMatching6[T1, T2, T3, T4, T5, T6, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, m: Matcher[R]): (T1, T2, T3, T4, T5, T6) => R
    Definition Classes
    FunctionArguments
  80. def callMatching7[T1, T2, T3, T4, T5, T6, T7, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7) => R
    Definition Classes
    FunctionArguments
  81. def callMatching8[T1, T2, T3, T4, T5, T6, T7, T8, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8) => R
    Definition Classes
    FunctionArguments
  82. def callMatching9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, m: Matcher[R]): (T1, T2, T3, T4, T5, T6, T7, T8, T9) => R
    Definition Classes
    FunctionArguments
  83. val called: Called.type
    Definition Classes
    IdiomaticStubbing
  84. val calledAgain: CalledAgain.type
    Definition Classes
    PostfixVerifications
  85. def capture[T](implicit arg0: ClassTag[T]): captor.Captor[T]
  86. def charThat(matcher: ArgumentMatcher[Char]): Char
    Definition Classes
    ThatMatchers
  87. def checkCalls[Any]: Matcher[Any]
  88. def checkFailure[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  89. def checkMatchResultFailure[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  90. def checkResultFailure(r: => Result): Result
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  91. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  92. def contains(substring: String): String
    Definition Classes
    StringThatMatchers
  93. implicit def convertNumericToPlusOrMinusWrapper[T](pivot: T)(implicit arg0: Numeric[T]): PlusOrMinusWrapper[T]
    Definition Classes
    Tolerance
  94. def createExpectable[T](t: => T, alias: Option[(String) => String]): Expectable[T]
    Definition Classes
    ExpectationsCreation
  95. def createExpectable[T](t: => T, alias: (String) => String): Expectable[T]
    Definition Classes
    ExpectationsCreation
  96. def createExpectable[T](t: => T, alias: => String): Expectable[T]
    Definition Classes
    ExpectationsCreation
  97. def createExpectable[T](t: => T): Expectable[T]
    Definition Classes
    ExpectationsCreation
  98. def createExpectableWithShowAs[T](t: => T, showAs: => String): Expectable[T]
    Definition Classes
    ExpectationsCreation
  99. implicit def defaultMatcher[T](implicit arg0: Equality[T], arg1: ValueClassExtractor[T], prettifier: Prettifier): DefaultMatcher[T]
  100. implicit def describe[T](t: => T): Descriptible[T]
    Definition Classes
    ExpectationsDescription
  101. implicit def describeExpectation(description: String): ExpectationDescription
    Definition Classes
    ExpectationsDescription
  102. def doubleThat(matcher: ArgumentMatcher[Double]): Double
    Definition Classes
    ThatMatchers
  103. val eightTimes: Times
    Definition Classes
    PostfixVerifications
  104. def endsWith(suffix: String): String
    Definition Classes
    StringThatMatchers
  105. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  106. def eqTo[T](value: T)(implicit arg0: Equality[T], arg1: ValueClassExtractor[T], arg2: Prettifier): T
    Definition Classes
    EqMatchers_VersionSpecific
  107. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  108. def exactly[T <: AnyRef](n: Int)(mock: T): T

    exactly n calls only made to the mock

  109. val fiveTimes: Times
    Definition Classes
    PostfixVerifications
  110. def floatThat(matcher: ArgumentMatcher[Float]): Float
    Definition Classes
    ThatMatchers
  111. val fourTimes: Times
    Definition Classes
    PostfixVerifications
  112. def function0[T](value: T): () => T
    Definition Classes
    FunctionMatchers
  113. def functionCall[A, R](a: A, r: R): (A) => R
    Definition Classes
    FunctionArguments
  114. def functionCall10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R
    Definition Classes
    FunctionArguments
  115. def functionCall11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) => R
    Definition Classes
    FunctionArguments
  116. def functionCall12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) => R
    Definition Classes
    FunctionArguments
  117. def functionCall13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) => R
    Definition Classes
    FunctionArguments
  118. def functionCall14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) => R
    Definition Classes
    FunctionArguments
  119. def functionCall15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) => R
    Definition Classes
    FunctionArguments
  120. def functionCall16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) => R
    Definition Classes
    FunctionArguments
  121. def functionCall17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) => R
    Definition Classes
    FunctionArguments
  122. def functionCall18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) => R
    Definition Classes
    FunctionArguments
  123. def functionCall19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) => R
    Definition Classes
    FunctionArguments
  124. def functionCall2[T1, T2, R](t1: T1, t2: T2, r: R): (T1, T2) => R
    Definition Classes
    FunctionArguments
  125. def functionCall20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) => R
    Definition Classes
    FunctionArguments
  126. def functionCall21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, t21: T21, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) => R
    Definition Classes
    FunctionArguments
  127. def functionCall22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, t10: T10, t11: T11, t12: T12, t13: T13, t14: T14, t15: T15, t16: T16, t17: T17, t18: T18, t19: T19, t20: T20, t21: T21, t22: T22, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) => R
    Definition Classes
    FunctionArguments
  128. def functionCall3[T1, T2, T3, R](t1: T1, t2: T2, t3: T3, r: R): (T1, T2, T3) => R
    Definition Classes
    FunctionArguments
  129. def functionCall4[T1, T2, T3, T4, R](t1: T1, t2: T2, t3: T3, t4: T4, r: R): (T1, T2, T3, T4) => R
    Definition Classes
    FunctionArguments
  130. def functionCall5[T1, T2, T3, T4, T5, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, r: R): (T1, T2, T3, T4, T5) => R
    Definition Classes
    FunctionArguments
  131. def functionCall6[T1, T2, T3, T4, T5, T6, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, r: R): (T1, T2, T3, T4, T5, T6) => R
    Definition Classes
    FunctionArguments
  132. def functionCall7[T1, T2, T3, T4, T5, T6, T7, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, r: R): (T1, T2, T3, T4, T5, T6, T7) => R
    Definition Classes
    FunctionArguments
  133. def functionCall8[T1, T2, T3, T4, T5, T6, T7, T8, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, r: R): (T1, T2, T3, T4, T5, T6, T7, T8) => R
    Definition Classes
    FunctionArguments
  134. def functionCall9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](t1: T1, t2: T2, t3: T3, t4: T4, t5: T5, t6: T6, t7: T7, t8: T8, t9: T9, r: R): (T1, T2, T3, T4, T5, T6, T7, T8, T9) => R
    Definition Classes
    FunctionArguments
  135. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  136. macro def got[T](calls: => T)(implicit order: VerifyOrder): Verification
  137. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  138. def ignoreStubs(mocks: AnyRef*): Array[AnyRef]
    Definition Classes
    MockitoEnhancer
  139. val ignoringStubs: IgnoringStubs.type
    Definition Classes
    PostfixVerifications
  140. def inOrder(mocks: AnyRef*): VerifyInOrder
  141. def intThat(matcher: ArgumentMatcher[Int]): Int
    Definition Classes
    ThatMatchers
  142. implicit val invocationOps: (InvocationOnMock) => InvocationOnMockOps
    Definition Classes
    MockitoEnhancer
  143. def isA[T](implicit arg0: ClassTag[T]): T
    Definition Classes
    EqMatchers
  144. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  145. def longThat(matcher: ArgumentMatcher[Long]): Long
    Definition Classes
    ThatMatchers
  146. def mapMatchResult[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  147. implicit def matcherToFunctionCall[A, R](values: (A, Matcher[R])): (A) => R
    Definition Classes
    FunctionArguments
  148. implicit def matcherToFunctionCall10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R
    Definition Classes
    FunctionArguments
  149. implicit def matcherToFunctionCall11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) => R
    Definition Classes
    FunctionArguments
  150. implicit def matcherToFunctionCall12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) => R
    Definition Classes
    FunctionArguments
  151. implicit def matcherToFunctionCall13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) => R
    Definition Classes
    FunctionArguments
  152. implicit def matcherToFunctionCall14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) => R
    Definition Classes
    FunctionArguments
  153. implicit def matcherToFunctionCall15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) => R
    Definition Classes
    FunctionArguments
  154. implicit def matcherToFunctionCall16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) => R
    Definition Classes
    FunctionArguments
  155. implicit def matcherToFunctionCall17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) => R
    Definition Classes
    FunctionArguments
  156. implicit def matcherToFunctionCall18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) => R
    Definition Classes
    FunctionArguments
  157. implicit def matcherToFunctionCall19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) => R
    Definition Classes
    FunctionArguments
  158. implicit def matcherToFunctionCall2[T1, T2, R](values: ((T1, T2), Matcher[R])): (T1, T2) => R
    Definition Classes
    FunctionArguments
  159. implicit def matcherToFunctionCall20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) => R
    Definition Classes
    FunctionArguments
  160. implicit def matcherToFunctionCall21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) => R
    Definition Classes
    FunctionArguments
  161. implicit def matcherToFunctionCall22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) => R
    Definition Classes
    FunctionArguments
  162. implicit def matcherToFunctionCall3[T1, T2, T3, R](values: ((T1, T2, T3), Matcher[R])): (T1, T2, T3) => R
    Definition Classes
    FunctionArguments
  163. implicit def matcherToFunctionCall4[T1, T2, T3, T4, R](values: ((T1, T2, T3, T4), Matcher[R])): (T1, T2, T3, T4) => R
    Definition Classes
    FunctionArguments
  164. implicit def matcherToFunctionCall5[T1, T2, T3, T4, T5, R](values: ((T1, T2, T3, T4, T5), Matcher[R])): (T1, T2, T3, T4, T5) => R
    Definition Classes
    FunctionArguments
  165. implicit def matcherToFunctionCall6[T1, T2, T3, T4, T5, T6, R](values: ((T1, T2, T3, T4, T5, T6), Matcher[R])): (T1, T2, T3, T4, T5, T6) => R
    Definition Classes
    FunctionArguments
  166. implicit def matcherToFunctionCall7[T1, T2, T3, T4, T5, T6, T7, R](values: ((T1, T2, T3, T4, T5, T6, T7), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7) => R
    Definition Classes
    FunctionArguments
  167. implicit def matcherToFunctionCall8[T1, T2, T3, T4, T5, T6, T7, T8, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8) => R
    Definition Classes
    FunctionArguments
  168. implicit def matcherToFunctionCall9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9), Matcher[R])): (T1, T2, T3, T4, T5, T6, T7, T8, T9) => R
    Definition Classes
    FunctionArguments
  169. implicit def matcherToPartialFunctionCall[A, R](values: (A, Matcher[R])): PartialFunction[A, R]
  170. def matches(regex: String): String
    Definition Classes
    StringThatMatchers
  171. def mock[T <: AnyRef](name: String)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], defaultAnswer: DefaultAnswer, arg3: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  172. def mock[T <: AnyRef](mockSettings: MockSettings)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  173. def mock[T <: AnyRef](defaultAnswer: DefaultAnswer)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  174. def mock[T <: AnyRef](implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], defaultAnswer: DefaultAnswer, arg3: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  175. def mock[T <: AnyRef](defaultAnswer: Answer[_])(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T
    Definition Classes
    MockCreator
  176. def mockingDetails(toInspect: AnyRef): MockingDetails
    Definition Classes
    MockitoEnhancer
  177. implicit def mockitoSerialisableEquality[T]: Equality[T]
    Definition Classes
    ScalacticSerialisableHack
  178. val n: N
    Definition Classes
    NumericMatchers
  179. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  180. val nineTimes: Times
    Definition Classes
    PostfixVerifications
  181. def no[T <: AnyRef](mock: T): T

    no call made to the mock

  182. def noCallsTo[T <: AnyRef](mocks: T*): Unit

    no calls made to the mock

  183. def noMoreCallsTo[T <: AnyRef](mocks: T*): Unit

    no more calls made to the mock

  184. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  185. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  186. val on: On.type
    Definition Classes
    PostfixVerifications
  187. val once: Times
    Definition Classes
    PostfixVerifications
  188. def one[T <: AnyRef](mock: T): T

    one call only made to the mock

  189. val onlyHere: OnlyOn.type
    Definition Classes
    PostfixVerifications
  190. def partialCallMatching[A, R](a: A, m: Matcher[R]): PartialFunction[A, R]
  191. def partialFunctionCall[A, R](a: A, r: R): PartialFunction[A, R]
  192. val realMethod: RealMethod.type
    Definition Classes
    IdiomaticStubbing
  193. def refEq[T](value: T, excludeFields: String*): T
    Definition Classes
    EqMatchers
  194. def reset(mocks: AnyRef*)(implicit arg0: Prettifier): Unit
    Definition Classes
    MockitoEnhancer
  195. val returned: Returned.type
    Definition Classes
    IdiomaticStubbing
  196. def same[T](value: T): T
    Definition Classes
    EqMatchers
  197. def sandboxMatchResult[T](mr: => MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    ExpectationsCreation
  198. def setStacktrace[T](m: MatchResult[T]): MatchResult[T]
    Attributes
    protected
    Definition Classes
    MatchResultStackTrace
  199. val sevenTimes: Times
    Definition Classes
    PostfixVerifications
  200. def shortThat(matcher: ArgumentMatcher[Short]): Short
    Definition Classes
    ThatMatchers
  201. val sixTimes: Times
    Definition Classes
    PostfixVerifications
  202. def spy[T <: AnyRef](realObj: T, lenient: Boolean)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  203. def spyLambda[T <: AnyRef](realObj: T)(implicit arg0: ClassTag[T]): T
    Definition Classes
    MockitoEnhancer → MockCreator
  204. def startsWith(prefix: String): String
    Definition Classes
    StringThatMatchers
  205. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  206. val tenTimes: Times
    Definition Classes
    PostfixVerifications
  207. val theRealMethod: RealMethod.type
    Definition Classes
    IdiomaticStubbing
  208. def there: Calls

    create an object supporting 'was' and 'were' methods

  209. def three[T <: AnyRef](mock: T): T

    three calls only made to the mock

  210. val threeTimes: Times
    Definition Classes
    PostfixVerifications
  211. val thrice: Times
    Definition Classes
    PostfixVerifications
  212. val thrown: Thrown.type
    Definition Classes
    IdiomaticStubbing
  213. implicit def toFunctionCall[A, R](values: (A, R)): (A) => R
    Definition Classes
    FunctionArguments
  214. implicit def toFunctionCall10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) => R
    Definition Classes
    FunctionArguments
  215. implicit def toFunctionCall11[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11) => R
    Definition Classes
    FunctionArguments
  216. implicit def toFunctionCall12[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12) => R
    Definition Classes
    FunctionArguments
  217. implicit def toFunctionCall13[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13) => R
    Definition Classes
    FunctionArguments
  218. implicit def toFunctionCall14[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14) => R
    Definition Classes
    FunctionArguments
  219. implicit def toFunctionCall15[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15) => R
    Definition Classes
    FunctionArguments
  220. implicit def toFunctionCall16[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16) => R
    Definition Classes
    FunctionArguments
  221. implicit def toFunctionCall17[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17) => R
    Definition Classes
    FunctionArguments
  222. implicit def toFunctionCall18[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18) => R
    Definition Classes
    FunctionArguments
  223. implicit def toFunctionCall19[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19) => R
    Definition Classes
    FunctionArguments
  224. implicit def toFunctionCall2[T1, T2, R](values: ((T1, T2), R)): (T1, T2) => R
    Definition Classes
    FunctionArguments
  225. implicit def toFunctionCall20[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20) => R
    Definition Classes
    FunctionArguments
  226. implicit def toFunctionCall21[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21) => R
    Definition Classes
    FunctionArguments
  227. implicit def toFunctionCall22[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, T17, T18, T19, T20, T21, T22) => R
    Definition Classes
    FunctionArguments
  228. implicit def toFunctionCall3[T1, T2, T3, R](values: ((T1, T2, T3), R)): (T1, T2, T3) => R
    Definition Classes
    FunctionArguments
  229. implicit def toFunctionCall4[T1, T2, T3, T4, R](values: ((T1, T2, T3, T4), R)): (T1, T2, T3, T4) => R
    Definition Classes
    FunctionArguments
  230. implicit def toFunctionCall5[T1, T2, T3, T4, T5, R](values: ((T1, T2, T3, T4, T5), R)): (T1, T2, T3, T4, T5) => R
    Definition Classes
    FunctionArguments
  231. implicit def toFunctionCall6[T1, T2, T3, T4, T5, T6, R](values: ((T1, T2, T3, T4, T5, T6), R)): (T1, T2, T3, T4, T5, T6) => R
    Definition Classes
    FunctionArguments
  232. implicit def toFunctionCall7[T1, T2, T3, T4, T5, T6, T7, R](values: ((T1, T2, T3, T4, T5, T6, T7), R)): (T1, T2, T3, T4, T5, T6, T7) => R
    Definition Classes
    FunctionArguments
  233. implicit def toFunctionCall8[T1, T2, T3, T4, T5, T6, T7, T8, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8), R)): (T1, T2, T3, T4, T5, T6, T7, T8) => R
    Definition Classes
    FunctionArguments
  234. implicit def toFunctionCall9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](values: ((T1, T2, T3, T4, T5, T6, T7, T8, T9), R)): (T1, T2, T3, T4, T5, T6, T7, T8, T9) => R
    Definition Classes
    FunctionArguments
  235. implicit def toPartialFunctionCall[A, R](values: (A, R)): PartialFunction[A, R]
  236. def toString(): String
    Definition Classes
    AnyRef → Any
  237. val twice: Times
    Definition Classes
    PostfixVerifications
  238. def two[T <: AnyRef](mock: T): T

    two calls only made to the mock

  239. implicit def typedEqualExpectation[T](t: => T): TypedEqualExpectation[T]
    Definition Classes
    TypedEqual
  240. def verification(v: => Any): Verification
    Definition Classes
    Mockito → IdiomaticVerifications
  241. def verifyNoMoreInteractions(mocks: AnyRef*): Unit
    Definition Classes
    MockitoEnhancer
  242. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  243. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  244. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  245. def withSettings(implicit defaultAnswer: DefaultAnswer): MockSettings
    Definition Classes
    MockCreator

Deprecated Value Members

  1. def anyVal[T](implicit arg0: AnyMatcher[T]): T
    Definition Classes
    MacroBasedMatchers
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use 'any[T]' or '*[T]' instead

  2. def eqToVal[T](value: T)(implicit arg0: Equality[T], arg1: ValueClassExtractor[T], arg2: Prettifier): T
    Definition Classes
    EqMatchers_VersionSpecific
    Annotations
    @deprecated
    Deprecated

    (Since version 1.0.2) Use 'eqTo' instead

  3. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

  4. def isNotNull[T]: T
    Definition Classes
    NullMatchers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.0) Using nulls in Scala? you naughty, naughty developer...

  5. def isNull[T]: T
    Definition Classes
    NullMatchers
    Annotations
    @deprecated
    Deprecated

    (Since version 0.0.0) Using nulls in Scala? you naughty, naughty developer...

Inherited from MockitoSpecs2Support

Inherited from FunctionArguments

Inherited from Expectations

Inherited from ExpectationsDescription

Inherited from TypedEqual

Inherited from ExpectationsCreation

Inherited from MatchResultStackTrace

Inherited from ArgThat

Inherited from ArgumentMatchersSugar

Inherited from MacroBasedMatchers

Inherited from NumericMatchers

Inherited from Tolerance

Inherited from FunctionMatchers

Inherited from NullMatchers

Inherited from StringThatMatchers

Inherited from ThatMatchers

Inherited from EqMatchers_VersionSpecific

Inherited from EqMatchers

Inherited from AnyMatchers

Inherited from PostfixVerifications

Inherited from IdiomaticVerifications

Inherited from IdiomaticStubbing

Inherited from ScalacticSerialisableHack

Inherited from MockitoEnhancer

Inherited from MockCreator

Inherited from AnyRef

Inherited from Any

Ungrouped