Trait

org.mockito

PostfixVerifications

Related Doc: package mockito

Permalink

trait PostfixVerifications extends IdiomaticVerifications

Linear Supertypes
Known Subclasses
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

    Permalink
    Definition Classes
    IdiomaticVerifications
  2. implicit class VerificationsIntOps extends AnyRef

    Permalink
  3. implicit class VerifyingOps[T] extends AnyRef

    Permalink

Abstract Value Members

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

    Permalink
    Definition Classes
    IdiomaticVerifications

Concrete 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. def InOrder(mocks: AnyRef*)(verifications: (VerifyInOrder) ⇒ Verification): Verification

    Permalink
  5. final def asInstanceOf[T0]: T0

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

    Permalink
  7. val atLeastEightTimes: AtLeast

    Permalink
  8. val atLeastFiveTimes: AtLeast

    Permalink
  9. val atLeastFourTimes: AtLeast

    Permalink
  10. val atLeastNineTimes: AtLeast

    Permalink
  11. val atLeastOnce: AtLeast

    Permalink
  12. val atLeastSevenTimes: AtLeast

    Permalink
  13. val atLeastSixTimes: AtLeast

    Permalink
  14. val atLeastTenTimes: AtLeast

    Permalink
  15. val atLeastThreeTimes: AtLeast

    Permalink
  16. val atLeastThrice: AtLeast

    Permalink
  17. val atLeastTwice: AtLeast

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

    Permalink
  19. val atMostEightTimes: AtMost

    Permalink
  20. val atMostFiveTimes: AtMost

    Permalink
  21. val atMostFourTimes: AtMost

    Permalink
  22. val atMostNineTimes: AtMost

    Permalink
  23. val atMostOnce: AtMost

    Permalink
  24. val atMostSevenTimes: AtMost

    Permalink
  25. val atMostSixTimes: AtMost

    Permalink
  26. val atMostTenTimes: AtMost

    Permalink
  27. val atMostThreeTimes: AtMost

    Permalink
  28. val atMostThrice: AtMost

    Permalink
  29. val atMostTwice: AtMost

    Permalink
  30. val calledAgain: CalledAgain.type

    Permalink
  31. def clone(): AnyRef

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

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

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

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

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

    Permalink
  37. val fourTimes: Times

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  40. val ignoringStubs: IgnoringStubs.type

    Permalink
  41. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  42. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  43. val nineTimes: Times

    Permalink
  44. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  46. val on: On.type

    Permalink
  47. val once: Times

    Permalink
  48. val onlyHere: OnlyOn.type

    Permalink
  49. val sevenTimes: Times

    Permalink
  50. val sixTimes: Times

    Permalink
  51. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  52. val tenTimes: Times

    Permalink
  53. val threeTimes: Times

    Permalink
  54. val thrice: Times

    Permalink
  55. def toString(): String

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

    Permalink
  57. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from IdiomaticVerifications

Inherited from AnyRef

Inherited from Any

Ungrouped