Packages

trait IdiomaticMockito extends MockCreator

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

Type Members

  1. class Answered extends AnyRef
  2. class CalledAgain extends AnyRef
  3. implicit class DoSomethingOps[R] extends AnyRef
  4. class Never extends AnyRef
  5. class On extends AnyRef
  6. class Returned extends AnyRef
  7. implicit class StubbingOps[T] extends AnyRef
  8. implicit class ThrowSomethingOps[R <: Throwable] extends AnyRef
  9. class Thrown extends AnyRef

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

Inherited from MockCreator

Inherited from AnyRef

Inherited from Any

Ungrouped