org.scalamock

Expectation

abstract class Expectation extends Handler

Represents a single expectation

Linear Supertypes
Handler, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. Expectation
  2. Handler
  3. AnyRef
  4. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Expectation(target: MockFunction)

Value Members

  1. final def !=(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  6. def anyNumberOfTimes(): Expectation

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def atLeastOnce(): Expectation

  9. def atLeastTwice(): Expectation

  10. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  11. final def eq(arg0: AnyRef): Boolean

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  14. final def getClass(): java.lang.Class[_]

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

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

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

    Definition Classes
    AnyRef
  18. def never(): Expectation

  19. def noMoreThanOnce(): Expectation

  20. def noMoreThanTwice(): Expectation

  21. final def notify(): Unit

    Definition Classes
    AnyRef
  22. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  23. def once(): Expectation

  24. def repeat(count: Int): Expectation

  25. def repeat(range: Range): Expectation

  26. def repeated(count: Int): Expectation

  27. def repeated(range: Range): Expectation

  28. def setArguments(arguments: Any*): Unit

    Attributes
    protected
  29. def setReturn(value: Any): Expectation

    Attributes
    protected
  30. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  31. def throwing(e: Throwable): Expectation

  32. def throws(e: Throwable): Expectation

  33. def times(): Expectation

  34. def toString(): String

    Definition Classes
    Expectation → AnyRef → Any
  35. def twice(): Expectation

  36. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from Handler

Inherited from AnyRef

Inherited from Any