t

org.mockito

PostfixVerifications

trait PostfixVerifications extends IdiomaticVerifications

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PostfixVerifications
  2. IdiomaticVerifications
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. abstract type Verification
    Definition Classes
    IdiomaticVerifications
  2. implicit class VerificationsIntOps extends AnyRef
  3. implicit class VerifyingOps[T] extends AnyRef

Abstract Value Members

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

Concrete 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 InOrder(mocks: AnyRef*)(verifications: (VerifyInOrder) ⇒ Verification): Verification
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def atLeast(t: Times): AtLeast
  7. val atLeastEightTimes: AtLeast
  8. val atLeastFiveTimes: AtLeast
  9. val atLeastFourTimes: AtLeast
  10. val atLeastNineTimes: AtLeast
  11. val atLeastOnce: AtLeast
  12. val atLeastSevenTimes: AtLeast
  13. val atLeastSixTimes: AtLeast
  14. val atLeastTenTimes: AtLeast
  15. val atLeastThreeTimes: AtLeast
  16. val atLeastThrice: AtLeast
  17. val atLeastTwice: AtLeast
  18. def atMost(t: Times): AtMost
  19. val atMostEightTimes: AtMost
  20. val atMostFiveTimes: AtMost
  21. val atMostFourTimes: AtMost
  22. val atMostNineTimes: AtMost
  23. val atMostOnce: AtMost
  24. val atMostSevenTimes: AtMost
  25. val atMostSixTimes: AtMost
  26. val atMostTenTimes: AtMost
  27. val atMostThreeTimes: AtMost
  28. val atMostThrice: AtMost
  29. val atMostTwice: AtMost
  30. val calledAgain: CalledAgain.type
  31. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native() @HotSpotIntrinsicCandidate()
  32. val eightTimes: Times
  33. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  35. val fiveTimes: Times
  36. val fourTimes: Times
  37. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  38. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. val ignoringStubs: IgnoringStubs.type
  40. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  41. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  42. val nineTimes: Times
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  45. val on: On.type
  46. val once: Times
  47. val onlyHere: OnlyOn.type
  48. val sevenTimes: Times
  49. val sixTimes: Times
  50. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  51. val tenTimes: Times
  52. val threeTimes: Times
  53. val thrice: Times
  54. def toString(): String
    Definition Classes
    AnyRef → Any
  55. val twice: Times
  56. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  57. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  58. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

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 IdiomaticVerifications

Inherited from AnyRef

Inherited from Any

Ungrouped