Object

org.mockito.PrefixExpectations

expect

Related Doc: package PrefixExpectations

Permalink

object expect

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

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 a(callWord: CallWord.type): ExpectationOps

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def atLeast(calls: Calls): ExpectationOps

    Permalink
  7. def atLeastEight(callsWord: CallsWord.type): ExpectationOps

    Permalink
  8. def atLeastFive(callsWord: CallsWord.type): ExpectationOps

    Permalink
  9. def atLeastFour(callsWord: CallsWord.type): ExpectationOps

    Permalink
  10. def atLeastNine(callsWord: CallsWord.type): ExpectationOps

    Permalink
  11. def atLeastOne(callWord: CallWord.type): ExpectationOps

    Permalink
  12. def atLeastSeven(callsWord: CallsWord.type): ExpectationOps

    Permalink
  13. def atLeastSix(callsWord: CallsWord.type): ExpectationOps

    Permalink
  14. def atLeastTen(callsWord: CallsWord.type): ExpectationOps

    Permalink
  15. def atLeastThree(callsWord: CallsWord.type): ExpectationOps

    Permalink
  16. def atLeastTwo(callsWord: CallsWord.type): ExpectationOps

    Permalink
  17. def atMost(calls: Calls): ExpectationOps

    Permalink
  18. def atMostEight(callsWord: CallsWord.type): ExpectationOps

    Permalink
  19. def atMostFive(callsWord: CallsWord.type): ExpectationOps

    Permalink
  20. def atMostFour(callsWord: CallsWord.type): ExpectationOps

    Permalink
  21. def atMostNine(callsWord: CallsWord.type): ExpectationOps

    Permalink
  22. def atMostOne(callWord: CallWord.type): ExpectationOps

    Permalink
  23. def atMostSeven(callsWord: CallsWord.type): ExpectationOps

    Permalink
  24. def atMostSix(callsWord: CallsWord.type): ExpectationOps

    Permalink
  25. def atMostTen(callsWord: CallsWord.type): ExpectationOps

    Permalink
  26. def atMostThree(callsWord: CallsWord.type): ExpectationOps

    Permalink
  27. def atMostTwo(callsWord: CallsWord.type): ExpectationOps

    Permalink
  28. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  29. def eight(callsWord: CallsWord.type): ExpectationOps

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  32. def exactly(calls: Calls): ExpectationOps

    Permalink
  33. def five(callsWord: CallsWord.type): ExpectationOps

    Permalink
  34. def four(callsWord: CallsWord.type): ExpectationOps

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

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  36. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  37. final def isInstanceOf[T0]: Boolean

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

    Permalink
    Definition Classes
    AnyRef
  39. def nine(callsWord: CallsWord.type): ExpectationOps

    Permalink
  40. def no(callsWord: CallsWord.type): ExpectationOps

    Permalink
  41. def noMore(callsWord: CallsWord.type): ExpectationOps

    Permalink
  42. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  43. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  44. def one(callWord: CallWord.type): ExpectationOps

    Permalink
  45. def only(callWord: CallWord.type): ExpectationOps

    Permalink
  46. def seven(callsWord: CallsWord.type): ExpectationOps

    Permalink
  47. def six(callsWord: CallsWord.type): ExpectationOps

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

    Permalink
    Definition Classes
    AnyRef
  49. def ten(callsWord: CallsWord.type): ExpectationOps

    Permalink
  50. def three(callsWord: CallsWord.type): ExpectationOps

    Permalink
  51. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  52. def two(callsWord: CallsWord.type): ExpectationOps

    Permalink
  53. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(): Unit

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

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped