object IdiomaticMockitoBase

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. IdiomaticMockitoBase
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AnsweredBy[T]() extends Product with Serializable
  2. case class AtLeast(times: Int) extends ScalaVerificationMode with Product with Serializable
  3. case class AtMost(times: Int) extends ScalaVerificationMode with Product with Serializable
  4. sealed trait CalledAgain extends AnyRef
  5. class ReturnActions[T] extends AnyRef
  6. case class ReturnedBy[T]() extends Product with Serializable
  7. class ThrowActions[T] extends AnyRef
  8. class ThrownBy[E] extends AnyRef
  9. case class Times(times: Int) extends ScalaVerificationMode with Product with Serializable

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 AtLeastOne: AtLeast
  5. def AtLeastThree: AtLeast
  6. def AtLeastTwo: AtLeast
  7. def AtMostOne: AtMost
  8. def AtMostThree: AtMost
  9. def AtMostTwo: AtMost
  10. def Exactly(times: Int): Times
  11. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  15. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  18. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  19. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  20. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  21. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  22. def toString(): String
    Definition Classes
    AnyRef → Any
  23. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  24. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  25. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  26. object Answered
  27. object CallWord
  28. object CalledAgain extends CalledAgain with Product with Serializable
  29. object CallsWord
  30. object IgnoringStubs
  31. object LenientCalledAgain extends CalledAgain with Product with Serializable
  32. object Never
  33. object On
  34. object OnlyOn extends ScalaVerificationMode
  35. object Returned
  36. object Thrown

Deprecated Value Members

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

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped