Packages

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
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. def a(callWord: CallWord.type): ExpectationOps
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def atLeast(calls: Calls): ExpectationOps
  7. def atLeastEight(callsWord: CallsWord.type): ExpectationOps
  8. def atLeastFive(callsWord: CallsWord.type): ExpectationOps
  9. def atLeastFour(callsWord: CallsWord.type): ExpectationOps
  10. def atLeastNine(callsWord: CallsWord.type): ExpectationOps
  11. def atLeastOne(callWord: CallWord.type): ExpectationOps
  12. def atLeastSeven(callsWord: CallsWord.type): ExpectationOps
  13. def atLeastSix(callsWord: CallsWord.type): ExpectationOps
  14. def atLeastTen(callsWord: CallsWord.type): ExpectationOps
  15. def atLeastThree(callsWord: CallsWord.type): ExpectationOps
  16. def atLeastTwo(callsWord: CallsWord.type): ExpectationOps
  17. def atMost(calls: Calls): ExpectationOps
  18. def atMostEight(callsWord: CallsWord.type): ExpectationOps
  19. def atMostFive(callsWord: CallsWord.type): ExpectationOps
  20. def atMostFour(callsWord: CallsWord.type): ExpectationOps
  21. def atMostNine(callsWord: CallsWord.type): ExpectationOps
  22. def atMostOne(callWord: CallWord.type): ExpectationOps
  23. def atMostSeven(callsWord: CallsWord.type): ExpectationOps
  24. def atMostSix(callsWord: CallsWord.type): ExpectationOps
  25. def atMostTen(callsWord: CallsWord.type): ExpectationOps
  26. def atMostThree(callsWord: CallsWord.type): ExpectationOps
  27. def atMostTwo(callsWord: CallsWord.type): ExpectationOps
  28. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  29. def eight(callsWord: CallsWord.type): ExpectationOps
  30. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  32. def exactly(calls: Calls): ExpectationOps
  33. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  34. def five(callsWord: CallsWord.type): ExpectationOps
  35. def four(callsWord: CallsWord.type): ExpectationOps
  36. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  37. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  38. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  39. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  40. def nine(callsWord: CallsWord.type): ExpectationOps
  41. def no(callsWord: CallsWord.type): ExpectationOps with ExpectationOpsNoUsages
  42. def noMore(callsWord: CallsWord.type): ExpectationOpsNoUsages
  43. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  44. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  45. def one(callWord: CallWord.type): ExpectationOps
  46. def only(callWord: CallWord.type): ExpectationOps
  47. def seven(callsWord: CallsWord.type): ExpectationOps
  48. def six(callsWord: CallsWord.type): ExpectationOps
  49. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  50. def ten(callsWord: CallsWord.type): ExpectationOps
  51. def three(callsWord: CallsWord.type): ExpectationOps
  52. def toString(): String
    Definition Classes
    AnyRef → Any
  53. def two(callsWord: CallsWord.type): ExpectationOps
  54. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  56. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped