org.scalamock

MockImpl

object MockImpl extends AnyRef

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

Type Members

  1. class MockMaker[C <: Context] extends AnyRef

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 MockMaker(c: Context): MockMaker[c.type]

  7. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  8. def clone(): AnyRef

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

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

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

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. def findMockFunction[F, M](c: Context)(f: Expr[F], actuals: List[Type])(implicit arg0: TypeTag[F], arg1: TypeTag[M]): Expr[M]

  13. final def getClass(): Class[_]

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

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

    Definition Classes
    Any
  16. def mock[T](c: Context)(factory: Expr[MockFactoryBase])(implicit arg0: TypeTag[T]): Expr[T]

  17. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  18. final def notify(): Unit

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

    Definition Classes
    AnyRef
  20. def stub[T](c: Context)(factory: Expr[MockFactoryBase])(implicit arg0: TypeTag[T]): Expr[T]

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

    Definition Classes
    AnyRef
  22. def toMockFunction0[R](c: Context)(f: Expr[() ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[R]): Expr[MockFunction0[R]]

  23. def toMockFunction1[T1, R](c: Context)(f: Expr[(T1) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[R]): Expr[MockFunction1[T1, R]]

  24. def toMockFunction1R[T1, R](c: Context)(f: Expr[(T1*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[R]): Expr[MockFunction1[T1, R]]

  25. def toMockFunction2[T1, T2, R](c: Context)(f: Expr[(T1, T2) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[R]): Expr[MockFunction2[T1, T2, R]]

  26. def toMockFunction2R[T1, T2, R](c: Context)(f: Expr[(T1, T2*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[R]): Expr[MockFunction2[T1, Seq[T2], R]]

  27. def toMockFunction3[T1, T2, T3, R](c: Context)(f: Expr[(T1, T2, T3) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[R]): Expr[MockFunction3[T1, T2, T3, R]]

  28. def toMockFunction3R[T1, T2, T3, R](c: Context)(f: Expr[(T1, T2, T3*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[R]): Expr[MockFunction3[T1, T2, T3, R]]

  29. def toMockFunction4[T1, T2, T3, T4, R](c: Context)(f: Expr[(T1, T2, T3, T4) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[R]): Expr[MockFunction4[T1, T2, T3, T4, R]]

  30. def toMockFunction4R[T1, T2, T3, T4, R](c: Context)(f: Expr[(T1, T2, T3, T4*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[R]): Expr[MockFunction4[T1, T2, T3, T4, R]]

  31. def toMockFunction5[T1, T2, T3, T4, T5, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[R]): Expr[MockFunction5[T1, T2, T3, T4, T5, R]]

  32. def toMockFunction5R[T1, T2, T3, T4, T5, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[R]): Expr[MockFunction5[T1, T2, T3, T4, T5, R]]

  33. def toMockFunction6[T1, T2, T3, T4, T5, T6, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[R]): Expr[MockFunction6[T1, T2, T3, T4, T5, T6, R]]

  34. def toMockFunction6R[T1, T2, T3, T4, T5, T6, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[R]): Expr[MockFunction6[T1, T2, T3, T4, T5, T6, R]]

  35. def toMockFunction7[T1, T2, T3, T4, T5, T6, T7, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[R]): Expr[MockFunction7[T1, T2, T3, T4, T5, T6, T7, R]]

  36. def toMockFunction7R[T1, T2, T3, T4, T5, T6, T7, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[R]): Expr[MockFunction7[T1, T2, T3, T4, T5, T6, T7, R]]

  37. def toMockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[R]): Expr[MockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]]

  38. def toMockFunction8R[T1, T2, T3, T4, T5, T6, T7, T8, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[R]): Expr[MockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]]

  39. def toMockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[T9], arg9: TypeTag[R]): Expr[MockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]]

  40. def toMockFunction9R[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8, T9*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[T9], arg9: TypeTag[R]): Expr[MockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]]

  41. def toString(): String

    Definition Classes
    AnyRef → Any
  42. def toStubFunction0[R](c: Context)(f: Expr[() ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[R]): Expr[StubFunction0[R]]

  43. def toStubFunction1[T1, R](c: Context)(f: Expr[(T1) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[R]): Expr[StubFunction1[T1, R]]

  44. def toStubFunction1R[T1, R](c: Context)(f: Expr[(T1*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[R]): Expr[StubFunction1[T1, R]]

  45. def toStubFunction2[T1, T2, R](c: Context)(f: Expr[(T1, T2) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[R]): Expr[StubFunction2[T1, T2, R]]

  46. def toStubFunction2R[T1, T2, R](c: Context)(f: Expr[(T1, T2*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[R]): Expr[StubFunction2[T1, Seq[T2], R]]

  47. def toStubFunction3[T1, T2, T3, R](c: Context)(f: Expr[(T1, T2, T3) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[R]): Expr[StubFunction3[T1, T2, T3, R]]

  48. def toStubFunction3R[T1, T2, T3, R](c: Context)(f: Expr[(T1, T2, T3*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[R]): Expr[StubFunction3[T1, T2, T3, R]]

  49. def toStubFunction4[T1, T2, T3, T4, R](c: Context)(f: Expr[(T1, T2, T3, T4) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[R]): Expr[StubFunction4[T1, T2, T3, T4, R]]

  50. def toStubFunction4R[T1, T2, T3, T4, R](c: Context)(f: Expr[(T1, T2, T3, T4*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[R]): Expr[StubFunction4[T1, T2, T3, T4, R]]

  51. def toStubFunction5[T1, T2, T3, T4, T5, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[R]): Expr[StubFunction5[T1, T2, T3, T4, T5, R]]

  52. def toStubFunction5R[T1, T2, T3, T4, T5, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[R]): Expr[StubFunction5[T1, T2, T3, T4, T5, R]]

  53. def toStubFunction6[T1, T2, T3, T4, T5, T6, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[R]): Expr[StubFunction6[T1, T2, T3, T4, T5, T6, R]]

  54. def toStubFunction6R[T1, T2, T3, T4, T5, T6, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[R]): Expr[StubFunction6[T1, T2, T3, T4, T5, T6, R]]

  55. def toStubFunction7[T1, T2, T3, T4, T5, T6, T7, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[R]): Expr[StubFunction7[T1, T2, T3, T4, T5, T6, T7, R]]

  56. def toStubFunction7R[T1, T2, T3, T4, T5, T6, T7, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[R]): Expr[StubFunction7[T1, T2, T3, T4, T5, T6, T7, R]]

  57. def toStubFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[R]): Expr[StubFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]]

  58. def toStubFunction8R[T1, T2, T3, T4, T5, T6, T7, T8, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[R]): Expr[StubFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]]

  59. def toStubFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[T9], arg9: TypeTag[R]): Expr[StubFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]]

  60. def toStubFunction9R[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](c: Context)(f: Expr[(T1, T2, T3, T4, T5, T6, T7, T8, T9*) ⇒ R])(arg0: Expr[Defaultable[R]])(implicit arg0: TypeTag[T1], arg1: TypeTag[T2], arg2: TypeTag[T3], arg3: TypeTag[T4], arg4: TypeTag[T5], arg5: TypeTag[T6], arg6: TypeTag[T7], arg7: TypeTag[T8], arg8: TypeTag[T9], arg9: TypeTag[R]): Expr[StubFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]]

  61. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any