Packages

trait IdiomaticMockitoBase extends MockitoEnhancer with ScalacticSerialisableHack

Linear Supertypes
ScalacticSerialisableHack, MockitoEnhancer, MockCreator, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdiomaticMockitoBase
  2. ScalacticSerialisableHack
  3. MockitoEnhancer
  4. MockCreator
  5. AnyRef
  6. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. implicit class DoSomethingOps[R] extends AnyRef
  2. implicit class DoSomethingOps0[R] extends AnyRef
  3. implicit class DoSomethingOps1[P0, R] extends AnyRef
  4. implicit class DoSomethingOps10[P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, R] extends AnyRef
  5. implicit class DoSomethingOps2[P0, P1, R] extends AnyRef
  6. implicit class DoSomethingOps3[P0, P1, P2, R] extends AnyRef
  7. implicit class DoSomethingOps4[P0, P1, P2, P3, R] extends AnyRef
  8. implicit class DoSomethingOps5[P0, P1, P2, P3, P4, R] extends AnyRef
  9. implicit class DoSomethingOps6[P0, P1, P2, P3, P4, P5, R] extends AnyRef
  10. implicit class DoSomethingOps7[P0, P1, P2, P3, P4, P5, P6, R] extends AnyRef
  11. implicit class DoSomethingOps8[P0, P1, P2, P3, P4, P5, P6, P7, R] extends AnyRef
  12. implicit class DoSomethingOps9[P0, P1, P2, P3, P4, P5, P6, P7, P8, R] extends AnyRef
  13. implicit class IntOps extends AnyRef
  14. implicit class StubbingOps[T] extends AnyRef
  15. implicit class ThrowSomethingOps[R <: Throwable] extends AnyRef
  16. abstract type Verification
  17. implicit class VerifyingOps[T] extends AnyRef

Abstract Value Members

  1. abstract def verification(v: ⇒ Any): Verification

Concrete Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def InOrder(mocks: AnyRef*)(verifications: (VerifyInOrder) ⇒ Verification): Verification
  5. val answered: Answered.type
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def atLeast(t: Times): AtLeast
  8. val atLeastEightTimes: AtLeast
  9. val atLeastFiveTimes: AtLeast
  10. val atLeastFourTimes: AtLeast
  11. val atLeastNineTimes: AtLeast
  12. val atLeastOnce: AtLeast
  13. val atLeastSevenTimes: AtLeast
  14. val atLeastSixTimes: AtLeast
  15. val atLeastTenTimes: AtLeast
  16. val atLeastThreeTimes: AtLeast
  17. val atLeastThrice: AtLeast
  18. val atLeastTwice: AtLeast
  19. def atMost(t: Times): AtMost
  20. val atMostEightTimes: AtMost
  21. val atMostFiveTimes: AtMost
  22. val atMostFourTimes: AtMost
  23. val atMostNineTimes: AtMost
  24. val atMostOnce: AtMost
  25. val atMostSevenTimes: AtMost
  26. val atMostSixTimes: AtMost
  27. val atMostTenTimes: AtMost
  28. val atMostThreeTimes: AtMost
  29. val atMostThrice: AtMost
  30. val atMostTwice: AtMost
  31. val called: Called.type
  32. val calledAgain: CalledAgain.type
  33. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate() @throws( ... )
  34. val eightTimes: Times
  35. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  37. val fiveTimes: Times
  38. val fourTimes: Times
  39. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  41. def ignoreStubs(mocks: AnyRef*): Array[AnyRef]
    Definition Classes
    MockitoEnhancer
  42. val ignoringStubs: IgnoringStubs.type
  43. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  44. 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
  45. def mock[T <: AnyRef](mockSettings: MockSettings)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  46. def mock[T <: AnyRef](defaultAnswer: DefaultAnswer)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  47. def mock[T <: AnyRef](implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], defaultAnswer: DefaultAnswer, arg3: Prettifier): T
    Definition Classes
    MockitoEnhancer → MockCreator
  48. def mock[T <: AnyRef](defaultAnswer: Answer[_])(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T
    Definition Classes
    MockCreator
  49. def mockingDetails(toInspect: AnyRef): MockingDetails
    Definition Classes
    MockitoEnhancer
  50. implicit def mockitoSerialisableEquality[T]: Equality[T]
    Definition Classes
    ScalacticSerialisableHack
  51. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  52. val nineTimes: Times
  53. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  55. val on: On.type
  56. val once: Times
  57. val onlyHere: OnlyOn.type
  58. val realMethod: RealMethod.type
  59. def reset(mocks: AnyRef*)(implicit arg0: Prettifier): Unit
    Definition Classes
    MockitoEnhancer
  60. val returned: Returned.type
  61. val sevenTimes: Times
  62. val sixTimes: Times
  63. 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
  64. def spyLambda[T <: AnyRef](realObj: T)(implicit arg0: ClassTag[T]): T
    Definition Classes
    MockitoEnhancer → MockCreator
  65. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  66. val tenTimes: Times
  67. val theRealMethod: RealMethod.type
  68. val threeTimes: Times
  69. val thrice: Times
  70. val thrown: Thrown.type
  71. def toString(): String
    Definition Classes
    AnyRef → Any
  72. val twice: Times
  73. def verifyNoMoreInteractions(mocks: AnyRef*): Unit
    Definition Classes
    MockitoEnhancer
  74. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  75. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  76. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. def withSettings(implicit defaultAnswer: DefaultAnswer): MockSettings
    Definition Classes
    MockCreator

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from ScalacticSerialisableHack

Inherited from MockitoEnhancer

Inherited from MockCreator

Inherited from AnyRef

Inherited from Any

Ungrouped