Trait/Object

org.mockito

IdiomaticMockitoBase

Related Docs: object IdiomaticMockitoBase | package mockito

Permalink

trait IdiomaticMockitoBase extends MockitoEnhancer with ScalacticSerialisableHack

Linear Supertypes
ScalacticSerialisableHack, MockitoEnhancer, MockCreator, AnyRef, Any
Known Subclasses
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

    Permalink
  2. implicit class DoSomethingOps0[R] extends AnyRef

    Permalink
  3. implicit class DoSomethingOps1[P0, R] extends AnyRef

    Permalink
  4. implicit class DoSomethingOps10[P0, P1, P2, P3, P4, P5, P6, P7, P8, P9, R] extends AnyRef

    Permalink
  5. implicit class DoSomethingOps2[P0, P1, R] extends AnyRef

    Permalink
  6. implicit class DoSomethingOps3[P0, P1, P2, R] extends AnyRef

    Permalink
  7. implicit class DoSomethingOps4[P0, P1, P2, P3, R] extends AnyRef

    Permalink
  8. implicit class DoSomethingOps5[P0, P1, P2, P3, P4, R] extends AnyRef

    Permalink
  9. implicit class DoSomethingOps6[P0, P1, P2, P3, P4, P5, R] extends AnyRef

    Permalink
  10. implicit class DoSomethingOps7[P0, P1, P2, P3, P4, P5, P6, R] extends AnyRef

    Permalink
  11. implicit class DoSomethingOps8[P0, P1, P2, P3, P4, P5, P6, P7, R] extends AnyRef

    Permalink
  12. implicit class DoSomethingOps9[P0, P1, P2, P3, P4, P5, P6, P7, P8, R] extends AnyRef

    Permalink
  13. implicit class IntOps extends AnyRef

    Permalink
  14. implicit class StubbingOps[T] extends AnyRef

    Permalink
  15. implicit class ThrowSomethingOps[E] extends AnyRef

    Permalink
  16. abstract type Verification

    Permalink
  17. implicit class VerifyingOps[T] extends AnyRef

    Permalink

Abstract Value Members

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

    Permalink

Concrete Value Members

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

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

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

    Permalink
    Definition Classes
    AnyRef → Any
  4. def InOrder(mocks: AnyRef*)(verifications: (VerifyInOrder) ⇒ Verification): Verification

    Permalink
  5. val answered: Answered.type

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def atLeast(t: Times): AtLeast

    Permalink
  8. val atLeastEightTimes: AtLeast

    Permalink
  9. val atLeastFiveTimes: AtLeast

    Permalink
  10. val atLeastFourTimes: AtLeast

    Permalink
  11. val atLeastNineTimes: AtLeast

    Permalink
  12. val atLeastOnce: AtLeast

    Permalink
  13. val atLeastSevenTimes: AtLeast

    Permalink
  14. val atLeastSixTimes: AtLeast

    Permalink
  15. val atLeastTenTimes: AtLeast

    Permalink
  16. val atLeastThreeTimes: AtLeast

    Permalink
  17. val atLeastThrice: AtLeast

    Permalink
  18. val atLeastTwice: AtLeast

    Permalink
  19. def atMost(t: Times): AtMost

    Permalink
  20. val atMostEightTimes: AtMost

    Permalink
  21. val atMostFiveTimes: AtMost

    Permalink
  22. val atMostFourTimes: AtMost

    Permalink
  23. val atMostNineTimes: AtMost

    Permalink
  24. val atMostOnce: AtMost

    Permalink
  25. val atMostSevenTimes: AtMost

    Permalink
  26. val atMostSixTimes: AtMost

    Permalink
  27. val atMostTenTimes: AtMost

    Permalink
  28. val atMostThreeTimes: AtMost

    Permalink
  29. val atMostThrice: AtMost

    Permalink
  30. val atMostTwice: AtMost

    Permalink
  31. val called: Called.type

    Permalink
  32. val calledAgain: CalledAgain.type

    Permalink
  33. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  34. val eightTimes: Times

    Permalink
  35. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  36. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  37. val fiveTimes: Times

    Permalink
  38. val fourTimes: Times

    Permalink
  39. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  40. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  41. def ignoreStubs(mocks: AnyRef*): Array[AnyRef]

    Permalink
    Definition Classes
    MockitoEnhancer
  42. val ignoringStubs: IgnoringStubs.type

    Permalink
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    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

    Permalink
    Definition Classes
    MockCreator
  49. def mockingDetails(toInspect: AnyRef): MockingDetails

    Permalink
    Definition Classes
    MockitoEnhancer
  50. implicit def mockitoSerialisableEquality[T]: Equality[T]

    Permalink
    Definition Classes
    ScalacticSerialisableHack
  51. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  52. val nineTimes: Times

    Permalink
  53. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  54. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  55. val on: On.type

    Permalink
  56. val once: Times

    Permalink
  57. val onlyHere: OnlyOn.type

    Permalink
  58. val realMethod: RealMethod.type

    Permalink
  59. def reset(mocks: AnyRef*)(implicit arg0: Prettifier): Unit

    Permalink
    Definition Classes
    MockitoEnhancer
  60. val returned: Returned.type

    Permalink
  61. val sevenTimes: Times

    Permalink
  62. val sixTimes: Times

    Permalink
  63. def spy[T <: AnyRef](realObj: T, lenient: Boolean)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], arg2: Prettifier): T

    Permalink
    Definition Classes
    MockitoEnhancer → MockCreator
  64. def spyLambda[T <: AnyRef](realObj: T)(implicit arg0: ClassTag[T]): T

    Permalink
    Definition Classes
    MockitoEnhancer → MockCreator
  65. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  66. val tenTimes: Times

    Permalink
  67. val theRealMethod: RealMethod.type

    Permalink
  68. val threeTimes: Times

    Permalink
  69. val thrice: Times

    Permalink
  70. val thrown: Thrown.type

    Permalink
  71. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  72. val twice: Times

    Permalink
  73. def verifyNoMoreInteractions(mocks: AnyRef*): Unit

    Permalink
    Definition Classes
    MockitoEnhancer
  74. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  76. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  77. def withSettings(implicit defaultAnswer: DefaultAnswer): MockSettings

    Permalink
    Definition Classes
    MockCreator

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    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