Trait/Object

org.mockito

IdiomaticMockito

Related Docs: object IdiomaticMockito | package mockito

Permalink

trait IdiomaticMockito extends MockCreator

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

    Permalink
  2. class CalledAgain extends AnyRef

    Permalink
  3. implicit class DoSomethingOps[R] extends AnyRef

    Permalink
  4. implicit class IntOps extends AnyRef

    Permalink
  5. class Never extends AnyRef

    Permalink
  6. class On extends AnyRef

    Permalink
  7. class Returned extends AnyRef

    Permalink
  8. implicit class StubbingOps[T] extends AnyRef

    Permalink
  9. implicit class ThrowSomethingOps[R <: Throwable] extends AnyRef

    Permalink
  10. class Thrown extends AnyRef

    Permalink

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. object AnsweredBy

    Permalink
  5. object InOrder

    Permalink
  6. object RealMethod

    Permalink
  7. object ReturnedBy

    Permalink
  8. object ThrownBy

    Permalink
  9. val answered: Answered

    Permalink
  10. final def asInstanceOf[T0]: T0

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

    Permalink
  12. val atLeastEightTimes: AtLeast

    Permalink
  13. val atLeastFiveTimes: AtLeast

    Permalink
  14. val atLeastFourTimes: AtLeast

    Permalink
  15. val atLeastNineTimes: AtLeast

    Permalink
  16. val atLeastOnce: AtLeast

    Permalink
  17. val atLeastSevenTimes: AtLeast

    Permalink
  18. val atLeastSixTimes: AtLeast

    Permalink
  19. val atLeastTenTimes: AtLeast

    Permalink
  20. val atLeastThreeTimes: AtLeast

    Permalink
  21. val atLeastThrice: AtLeast

    Permalink
  22. val atLeastTwice: AtLeast

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

    Permalink
  24. val atMostEightTimes: AtMost

    Permalink
  25. val atMostFiveTimes: AtMost

    Permalink
  26. val atMostFourTimes: AtMost

    Permalink
  27. val atMostNineTimes: AtMost

    Permalink
  28. val atMostOnce: AtMost

    Permalink
  29. val atMostSevenTimes: AtMost

    Permalink
  30. val atMostSixTimes: AtMost

    Permalink
  31. val atMostTenTimes: AtMost

    Permalink
  32. val atMostThreeTimes: AtMost

    Permalink
  33. val atMostThrice: AtMost

    Permalink
  34. val atMostTwice: AtMost

    Permalink
  35. val called: Called.type

    Permalink
  36. val calledAgain: CalledAgain

    Permalink
  37. def clone(): AnyRef

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  41. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  42. val fiveTimes: Times

    Permalink
  43. val fourTimes: Times

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

    Permalink
    Definition Classes
    AnyRef → Any
  45. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  46. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  47. def mock[T <: AnyRef](implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], defaultAnswer: DefaultAnswer): T

    Permalink
    Definition Classes
    IdiomaticMockito → MockCreator
  48. def mock[T <: AnyRef](defaultAnswer: DefaultAnswer)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): T

    Permalink
    Definition Classes
    IdiomaticMockito → MockCreator
  49. def mock[T <: AnyRef](mockSettings: MockSettings)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): T

    Permalink
    Definition Classes
    IdiomaticMockito → MockCreator
  50. def mock[T <: AnyRef](name: String)(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T], defaultAnswer: DefaultAnswer): T

    Permalink
    Definition Classes
    IdiomaticMockito → MockCreator
  51. def mock[T <: AnyRef](defaultAnswer: Answer[_])(implicit arg0: ClassTag[T], arg1: scala.reflect.api.JavaUniverse.WeakTypeTag[T]): T

    Permalink
    Definition Classes
    MockCreator
  52. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  53. val nineTimes: Times

    Permalink
  54. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  55. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  56. val on: On

    Permalink
  57. val once: Times

    Permalink
  58. val onlyHere: OnlyOn

    Permalink
  59. val realMethod: RealMethod

    Permalink
  60. val returned: Returned

    Permalink
  61. val sevenTimes: Times

    Permalink
  62. val sixTimes: Times

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

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

    Permalink
    Definition Classes
    IdiomaticMockito → 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

    Permalink
  71. def toString(): String

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

    Permalink
  73. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  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. def withSettings(implicit defaultAnswer: DefaultAnswer): MockSettings

    Permalink
    Definition Classes
    MockCreator

Inherited from MockCreator

Inherited from AnyRef

Inherited from Any

Ungrouped