org.scalamock

TypeUnsafeExpectation

class TypeUnsafeExpectation extends Expectation

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

Instance Constructors

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

    Definition Classes
    Expectation
  19. def noMoreThanOnce(): Expectation

    Definition Classes
    Expectation
  20. def noMoreThanTwice(): Expectation

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

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

    Definition Classes
    AnyRef
  23. def onCall[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ R): TypeUnsafeExpectation

  24. def onCall[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R): TypeUnsafeExpectation

  25. def onCall[T1, T2, T3, T4, T5, T6, T7, T8, R](f: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R): TypeUnsafeExpectation

  26. def onCall[T1, T2, T3, T4, T5, T6, T7, R](f: (T1, T2, T3, T4, T5, T6, T7) ⇒ R): TypeUnsafeExpectation

  27. def onCall[T1, T2, T3, T4, T5, T6, R](f: (T1, T2, T3, T4, T5, T6) ⇒ R): TypeUnsafeExpectation

  28. def onCall[T1, T2, T3, T4, T5, R](f: (T1, T2, T3, T4, T5) ⇒ R): TypeUnsafeExpectation

  29. def onCall[T1, T2, T3, T4, R](f: (T1, T2, T3, T4) ⇒ R): TypeUnsafeExpectation

  30. def onCall[T1, T2, T3, R](f: (T1, T2, T3) ⇒ R): TypeUnsafeExpectation

  31. def onCall[T1, T2, R](f: (T1, T2) ⇒ R): TypeUnsafeExpectation

  32. def onCall[T1, R](f: (T1) ⇒ R): TypeUnsafeExpectation

  33. def once(): Expectation

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

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

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

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

    Definition Classes
    Expectation
  38. def returning(value: Any): Expectation

  39. def returns(value: Any): Expectation

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

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

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

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

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

    Definition Classes
    Expectation
  45. def times(): Expectation

    Definition Classes
    Expectation
  46. def toString(): String

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

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

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()
  51. def where[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10](matcher: (T1, T2, T3, T4, T5, T6, T7, T8, T9, T10) ⇒ Boolean): TypeUnsafeExpectation

  52. def where[T1, T2, T3, T4, T5, T6, T7, T8, T9](matcher: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ Boolean): TypeUnsafeExpectation

  53. def where[T1, T2, T3, T4, T5, T6, T7, T8](matcher: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ Boolean): TypeUnsafeExpectation

  54. def where[T1, T2, T3, T4, T5, T6, T7](matcher: (T1, T2, T3, T4, T5, T6, T7) ⇒ Boolean): TypeUnsafeExpectation

  55. def where[T1, T2, T3, T4, T5, T6](matcher: (T1, T2, T3, T4, T5, T6) ⇒ Boolean): TypeUnsafeExpectation

  56. def where[T1, T2, T3, T4, T5](matcher: (T1, T2, T3, T4, T5) ⇒ Boolean): TypeUnsafeExpectation

  57. def where[T1, T2, T3, T4](matcher: (T1, T2, T3, T4) ⇒ Boolean): TypeUnsafeExpectation

  58. def where[T1, T2, T3](matcher: (T1, T2, T3) ⇒ Boolean): TypeUnsafeExpectation

  59. def where[T1, T2](matcher: (T1, T2) ⇒ Boolean): TypeUnsafeExpectation

  60. def where[T1](matcher: (T1) ⇒ Boolean): TypeUnsafeExpectation

  61. def withArgs(arguments: Any*): TypeUnsafeExpectation

  62. def withArguments(arguments: Any*): TypeUnsafeExpectation

Inherited from Expectation

Inherited from Handler

Inherited from AnyRef

Inherited from Any