org.scalamock

TypeSafeExpectation3

class TypeSafeExpectation3[T1, T2, T3, R] extends TypeSafeExpectation[R]

Linear Supertypes
TypeSafeExpectation[R], Expectation, Handler, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. TypeSafeExpectation3
  2. TypeSafeExpectation
  3. Expectation
  4. Handler
  5. AnyRef
  6. Any
Visibility
  1. Public
  2. All

Instance Constructors

  1. new TypeSafeExpectation3(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

    Definition Classes
    Expectation
  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def atLeastOnce(): Expectation

    Definition Classes
    Expectation
  9. def atLeastTwice(): Expectation

    Definition Classes
    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 expects(matcher: MockMatcher3[T1, T2, T3]): TypeSafeExpectation3[T1, T2, T3, R]

  14. def expects(v1: MockParameter[T1], v2: MockParameter[T2], v3: MockParameter[T3]): TypeSafeExpectation3[T1, T2, T3, R]

  15. def finalize(): Unit

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

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

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

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

    Definition Classes
    AnyRef
  20. def never(): Expectation

    Definition Classes
    Expectation
  21. def noMoreThanOnce(): Expectation

    Definition Classes
    Expectation
  22. def noMoreThanTwice(): Expectation

    Definition Classes
    Expectation
  23. final def notify(): Unit

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

    Definition Classes
    AnyRef
  25. def onCall(f: (T1, T2, T3) ⇒ R): TypeSafeExpectation3[T1, T2, T3, R]

  26. def once(): Expectation

    Definition Classes
    Expectation
  27. def repeat(count: Int): Expectation

    Definition Classes
    Expectation
  28. def repeat(range: Range): Expectation

    Definition Classes
    Expectation
  29. def repeated(count: Int): Expectation

    Definition Classes
    Expectation
  30. def repeated(range: Range): Expectation

    Definition Classes
    Expectation
  31. def returning(value: R): Expectation

    Definition Classes
    TypeSafeExpectation
  32. def returns(value: R): Expectation

    Definition Classes
    TypeSafeExpectation
  33. def setArguments(arguments: Any*): Unit

    Attributes
    protected
    Definition Classes
    Expectation
  34. def setReturn(value: Any): Expectation

    Attributes
    protected
    Definition Classes
    Expectation
  35. final def synchronized[T0](arg0: ⇒ T0): T0

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

    Definition Classes
    Expectation
  37. def throws(e: Throwable): Expectation

    Definition Classes
    Expectation
  38. def times(): Expectation

    Definition Classes
    Expectation
  39. def toString(): String

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

    Definition Classes
    Expectation
  41. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from TypeSafeExpectation[R]

Inherited from Expectation

Inherited from Handler

Inherited from AnyRef

Inherited from Any