org.scalamock.handlers

CallHandler

class CallHandler[R] extends Handler

Linear Supertypes
Handler, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. CallHandler
  2. Handler
  3. AnyRef
  4. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new CallHandler(target: FakeFunction, argumentMatcher: (Product) ⇒ Boolean)(implicit arg0: Defaultable[R])

Type Members

  1. abstract type Derived <: CallHandler[R]

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(): Derived

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def atLeastOnce(): Derived

  9. def atLeastTwice(): Derived

  10. def clone(): AnyRef

    Attributes
    protected[java.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[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  14. final def getClass(): 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(): Derived

  19. def noMoreThanOnce(): Derived

  20. def noMoreThanTwice(): Derived

  21. final def notify(): Unit

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

    Definition Classes
    AnyRef
  23. def onCall(handler: (Product) ⇒ R): Derived

  24. def once(): Derived

  25. def repeat(count: Int): CallHandler[R]

  26. def repeat(range: Range): Derived

  27. def repeated(count: Int): CallHandler[R]

  28. def repeated(range: Range): Derived

  29. def returning(value: R): Derived

  30. def returns(value: R): Derived

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

    Definition Classes
    AnyRef
  32. def throwing(e: Throwable): Derived

  33. def throws(e: Throwable): Derived

  34. def times(): Derived

  35. def toString(): String

    Definition Classes
    CallHandler → AnyRef → Any
  36. def twice(): Derived

  37. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Handler

Inherited from AnyRef

Inherited from Any

Ungrouped