org.scalamock

Mock

trait Mock extends AnyRef

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

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. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def clone(): AnyRef

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

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

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

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

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

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

    Definition Classes
    Any
  14. def mock[T](implicit factory: MockFactoryBase): T

    Annotations
    @macroImpl( MockImpl.mock[T] )
  15. final def ne(arg0: AnyRef): Boolean

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

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

    Definition Classes
    AnyRef
  18. def stub[T](implicit factory: MockFactoryBase): T

    Annotations
    @macroImpl( MockImpl.stub[T] )
  19. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  20. implicit def toMockFunction0[R](f: () ⇒ R)(implicit arg0: Defaultable[R]): MockFunction0[R]

    Annotations
    @macroImpl( MockImpl.toMockFunction0[R] )
  21. implicit def toMockFunction1[T1, R](f: (T1) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction1[T1, R]

    Annotations
    @macroImpl( MockImpl.toMockFunction1[T1, R] )
  22. implicit def toMockFunction1R[T1, R](f: (T1*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction1[T1, R]

    Annotations
    @macroImpl( MockImpl.toMockFunction1R[T1, R] )
  23. implicit def toMockFunction2[T1, T2, R](f: (T1, T2) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction2[T1, T2, R]

    Annotations
    @macroImpl( MockImpl.toMockFunction2[T1, T2, R] )
  24. implicit def toMockFunction2R[T1, T2, R](f: (T1, T2*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction2[T1, Seq[T2], R]

    Annotations
    @macroImpl( ... )
  25. implicit def toMockFunction3[T1, T2, T3, R](f: (T1, T2, T3) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction3[T1, T2, T3, R]

    Annotations
    @macroImpl( ... )
  26. implicit def toMockFunction3R[T1, T2, T3, R](f: (T1, T2, T3*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction3[T1, T2, T3, R]

    Annotations
    @macroImpl( ... )
  27. implicit def toMockFunction4[T1, T2, T3, T4, R](f: (T1, T2, T3, T4) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction4[T1, T2, T3, T4, R]

    Annotations
    @macroImpl( ... )
  28. implicit def toMockFunction4R[T1, T2, T3, T4, R](f: (T1, T2, T3, T4*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction4[T1, T2, T3, T4, R]

    Annotations
    @macroImpl( ... )
  29. implicit def toMockFunction5[T1, T2, T3, T4, T5, R](f: (T1, T2, T3, T4, T5) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction5[T1, T2, T3, T4, T5, R]

    Annotations
    @macroImpl( ... )
  30. implicit def toMockFunction5R[T1, T2, T3, T4, T5, R](f: (T1, T2, T3, T4, T5*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction5[T1, T2, T3, T4, T5, R]

    Annotations
    @macroImpl( ... )
  31. implicit def toMockFunction6[T1, T2, T3, T4, T5, T6, R](f: (T1, T2, T3, T4, T5, T6) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction6[T1, T2, T3, T4, T5, T6, R]

    Annotations
    @macroImpl( ... )
  32. implicit def toMockFunction6R[T1, T2, T3, T4, T5, T6, R](f: (T1, T2, T3, T4, T5, T6*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction6[T1, T2, T3, T4, T5, T6, R]

    Annotations
    @macroImpl( ... )
  33. implicit def toMockFunction7[T1, T2, T3, T4, T5, T6, T7, R](f: (T1, T2, T3, T4, T5, T6, T7) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction7[T1, T2, T3, T4, T5, T6, T7, R]

    Annotations
    @macroImpl( ... )
  34. implicit def toMockFunction7R[T1, T2, T3, T4, T5, T6, T7, R](f: (T1, T2, T3, T4, T5, T6, T7*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction7[T1, T2, T3, T4, T5, T6, T7, R]

    Annotations
    @macroImpl( ... )
  35. implicit def toMockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R](f: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]

    Annotations
    @macroImpl( ... )
  36. implicit def toMockFunction8R[T1, T2, T3, T4, T5, T6, T7, T8, R](f: (T1, T2, T3, T4, T5, T6, T7, T8*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]

    Annotations
    @macroImpl( ... )
  37. implicit def toMockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]

    Annotations
    @macroImpl( ... )
  38. implicit def toMockFunction9R[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9*) ⇒ R)(implicit arg0: Defaultable[R]): MockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]

    Annotations
    @macroImpl( ... )
  39. def toString(): String

    Definition Classes
    AnyRef → Any
  40. implicit def toStubFunction0[R](f: () ⇒ R)(implicit arg0: Defaultable[R]): StubFunction0[R]

    Annotations
    @macroImpl( MockImpl.toStubFunction0[R] )
  41. implicit def toStubFunction1[T1, R](f: (T1) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction1[T1, R]

    Annotations
    @macroImpl( MockImpl.toStubFunction1[T1, R] )
  42. implicit def toStubFunction1R[T1, R](f: (T1*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction1[T1, R]

    Annotations
    @macroImpl( MockImpl.toStubFunction1R[T1, R] )
  43. implicit def toStubFunction2[T1, T2, R](f: (T1, T2) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction2[T1, T2, R]

    Annotations
    @macroImpl( MockImpl.toStubFunction2[T1, T2, R] )
  44. implicit def toStubFunction2R[T1, T2, R](f: (T1, T2*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction2[T1, Seq[T2], R]

    Annotations
    @macroImpl( ... )
  45. implicit def toStubFunction3[T1, T2, T3, R](f: (T1, T2, T3) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction3[T1, T2, T3, R]

    Annotations
    @macroImpl( ... )
  46. implicit def toStubFunction3R[T1, T2, T3, R](f: (T1, T2, T3*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction3[T1, T2, T3, R]

    Annotations
    @macroImpl( ... )
  47. implicit def toStubFunction4[T1, T2, T3, T4, R](f: (T1, T2, T3, T4) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction4[T1, T2, T3, T4, R]

    Annotations
    @macroImpl( ... )
  48. implicit def toStubFunction4R[T1, T2, T3, T4, R](f: (T1, T2, T3, T4*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction4[T1, T2, T3, T4, R]

    Annotations
    @macroImpl( ... )
  49. implicit def toStubFunction5[T1, T2, T3, T4, T5, R](f: (T1, T2, T3, T4, T5) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction5[T1, T2, T3, T4, T5, R]

    Annotations
    @macroImpl( ... )
  50. implicit def toStubFunction5R[T1, T2, T3, T4, T5, R](f: (T1, T2, T3, T4, T5*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction5[T1, T2, T3, T4, T5, R]

    Annotations
    @macroImpl( ... )
  51. implicit def toStubFunction6[T1, T2, T3, T4, T5, T6, R](f: (T1, T2, T3, T4, T5, T6) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction6[T1, T2, T3, T4, T5, T6, R]

    Annotations
    @macroImpl( ... )
  52. implicit def toStubFunction6R[T1, T2, T3, T4, T5, T6, R](f: (T1, T2, T3, T4, T5, T6*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction6[T1, T2, T3, T4, T5, T6, R]

    Annotations
    @macroImpl( ... )
  53. implicit def toStubFunction7[T1, T2, T3, T4, T5, T6, T7, R](f: (T1, T2, T3, T4, T5, T6, T7) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction7[T1, T2, T3, T4, T5, T6, T7, R]

    Annotations
    @macroImpl( ... )
  54. implicit def toStubFunction7R[T1, T2, T3, T4, T5, T6, T7, R](f: (T1, T2, T3, T4, T5, T6, T7*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction7[T1, T2, T3, T4, T5, T6, T7, R]

    Annotations
    @macroImpl( ... )
  55. implicit def toStubFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R](f: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]

    Annotations
    @macroImpl( ... )
  56. implicit def toStubFunction8R[T1, T2, T3, T4, T5, T6, T7, T8, R](f: (T1, T2, T3, T4, T5, T6, T7, T8*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]

    Annotations
    @macroImpl( ... )
  57. implicit def toStubFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]

    Annotations
    @macroImpl( ... )
  58. implicit def toStubFunction9R[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](f: (T1, T2, T3, T4, T5, T6, T7, T8, T9*) ⇒ R)(implicit arg0: Defaultable[R]): StubFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]

    Annotations
    @macroImpl( ... )
  59. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws()

Inherited from AnyRef

Inherited from Any