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. class Never extends AnyRef

    Permalink
  5. class On extends AnyRef

    Permalink
  6. class Returned extends AnyRef

    Permalink
  7. implicit class StubbingOps[T] extends AnyRef

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

    Permalink
  9. 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. val atLeastEightTimes: AtLeast

    Permalink
  12. val atLeastFiveTimes: AtLeast

    Permalink
  13. val atLeastFourTimes: AtLeast

    Permalink
  14. val atLeastNineTimes: AtLeast

    Permalink
  15. val atLeastOnce: AtLeast

    Permalink
  16. val atLeastSevenTimes: AtLeast

    Permalink
  17. val atLeastSixTimes: AtLeast

    Permalink
  18. val atLeastTenTimes: AtLeast

    Permalink
  19. val atLeastThreeTimes: AtLeast

    Permalink
  20. val atLeastThrice: AtLeast

    Permalink
  21. val atLeastTwice: AtLeast

    Permalink
  22. val atMostEightTimes: AtMost

    Permalink
  23. val atMostFiveTimes: AtMost

    Permalink
  24. val atMostFourTimes: AtMost

    Permalink
  25. val atMostNineTimes: AtMost

    Permalink
  26. val atMostOnce: AtMost

    Permalink
  27. val atMostSevenTimes: AtMost

    Permalink
  28. val atMostSixTimes: AtMost

    Permalink
  29. val atMostTenTimes: AtMost

    Permalink
  30. val atMostThreeTimes: AtMost

    Permalink
  31. val atMostThrice: AtMost

    Permalink
  32. val atMostTwice: AtMost

    Permalink
  33. val called: Called.type

    Permalink
  34. val calledAgain: CalledAgain

    Permalink
  35. def clone(): AnyRef

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

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

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

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

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

    Permalink
  41. val fourTimes: Times

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

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

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

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

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

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
  51. val nineTimes: Times

    Permalink
  52. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  54. val on: On

    Permalink
  55. val once: Times

    Permalink
  56. val onlyHere: OnlyOn

    Permalink
  57. val realMethod: RealMethod

    Permalink
  58. val returned: Returned

    Permalink
  59. val sevenTimes: Times

    Permalink
  60. val sixTimes: Times

    Permalink
  61. def spy[T](realObj: T): T

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

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

    Permalink
    Definition Classes
    AnyRef
  64. val tenTimes: Times

    Permalink
  65. val theRealMethod: RealMethod.type

    Permalink
  66. val threeTimes: Times

    Permalink
  67. val thrice: Times

    Permalink
  68. val thrown: Thrown

    Permalink
  69. def toString(): String

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

    Permalink
  71. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  72. final def wait(arg0: Long, arg1: Int): Unit

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

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

    Permalink
    Definition Classes
    MockCreator

Inherited from MockCreator

Inherited from AnyRef

Inherited from Any

Ungrouped