org.scalamock

MockFactoryBase

trait MockFactoryBase extends AnyRef

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Hide All
  2. Show all
  1. MockFactoryBase
  2. AnyRef
  3. Any
Visibility
  1. Public
  2. All

Type Members

  1. class EpsilonMatcher extends AnyRef

    Attributes
    protected

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. def *: MatchAny

    Attributes
    protected
  5. def **(values: org.scalamock.MockParameter[_]*): MatchRepeated

    Attributes
    protected
  6. final def ==(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  7. final def ==(arg0: Any): Boolean

    Definition Classes
    Any
  8. implicit def MatchAnyToMockParameter[T](m: MatchAny): MockParameter[T]

    Attributes
    protected
  9. implicit def MatchEpsilonToMockParameter[T](m: MatchEpsilon): EpsilonMockParameter

    Attributes
    protected
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. def clone(): AnyRef

    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws()
  12. implicit def doubleToEpsilon(d: Double): EpsilonMatcher

    Attributes
    protected
  13. final def eq(arg0: AnyRef): Boolean

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

    Definition Classes
    AnyRef → Any
  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. def inAnyOrder(what: ⇒ Unit): Unit

    Attributes
    protected
  19. def inSequence(what: ⇒ Unit): Unit

    Attributes
    protected
  20. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  21. def mockFunction[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R]: MockFunction10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R]

    Attributes
    protected
  22. def mockFunction[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]: MockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]

    Attributes
    protected
  23. def mockFunction[T1, T2, T3, T4, T5, T6, T7, T8, R]: MockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]

    Attributes
    protected
  24. def mockFunction[T1, T2, T3, T4, T5, T6, T7, R]: MockFunction7[T1, T2, T3, T4, T5, T6, T7, R]

    Attributes
    protected
  25. def mockFunction[T1, T2, T3, T4, T5, T6, R]: MockFunction6[T1, T2, T3, T4, T5, T6, R]

    Attributes
    protected
  26. def mockFunction[T1, T2, T3, T4, T5, R]: MockFunction5[T1, T2, T3, T4, T5, R]

    Attributes
    protected
  27. def mockFunction[T1, T2, T3, T4, R]: MockFunction4[T1, T2, T3, T4, R]

    Attributes
    protected
  28. def mockFunction[T1, T2, T3, R]: MockFunction3[T1, T2, T3, R]

    Attributes
    protected
  29. def mockFunction[T1, T2, R]: MockFunction2[T1, T2, R]

    Attributes
    protected
  30. def mockFunction[T1, R]: MockFunction1[T1, R]

    Attributes
    protected
  31. def mockFunction[R]: MockFunction0[R]

    Attributes
    protected
  32. implicit def mockFunction0ToExpectation[R](m: MockFunction0[R]): TypeSafeExpectation0[R]

  33. implicit def mockFunction10ToExpectation[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R](m: MockFunction10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R]): TypeSafeExpectation10[T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, R]

  34. implicit def mockFunction1ToExpectation[T1, R](m: MockFunction1[T1, R]): TypeSafeExpectation1[T1, R]

  35. implicit def mockFunction2ToExpectation[T1, T2, R](m: MockFunction2[T1, T2, R]): TypeSafeExpectation2[T1, T2, R]

  36. implicit def mockFunction3ToExpectation[T1, T2, T3, R](m: MockFunction3[T1, T2, T3, R]): TypeSafeExpectation3[T1, T2, T3, R]

  37. implicit def mockFunction4ToExpectation[T1, T2, T3, T4, R](m: MockFunction4[T1, T2, T3, T4, R]): TypeSafeExpectation4[T1, T2, T3, T4, R]

  38. implicit def mockFunction5ToExpectation[T1, T2, T3, T4, T5, R](m: MockFunction5[T1, T2, T3, T4, T5, R]): TypeSafeExpectation5[T1, T2, T3, T4, T5, R]

  39. implicit def mockFunction6ToExpectation[T1, T2, T3, T4, T5, T6, R](m: MockFunction6[T1, T2, T3, T4, T5, T6, R]): TypeSafeExpectation6[T1, T2, T3, T4, T5, T6, R]

  40. implicit def mockFunction7ToExpectation[T1, T2, T3, T4, T5, T6, T7, R](m: MockFunction7[T1, T2, T3, T4, T5, T6, T7, R]): TypeSafeExpectation7[T1, T2, T3, T4, T5, T6, T7, R]

  41. implicit def mockFunction8ToExpectation[T1, T2, T3, T4, T5, T6, T7, T8, R](m: MockFunction8[T1, T2, T3, T4, T5, T6, T7, T8, R]): TypeSafeExpectation8[T1, T2, T3, T4, T5, T6, T7, T8, R]

  42. implicit def mockFunction9ToExpectation[T1, T2, T3, T4, T5, T6, T7, T8, T9, R](m: MockFunction9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]): TypeSafeExpectation9[T1, T2, T3, T4, T5, T6, T7, T8, T9, R]

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

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

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

    Definition Classes
    AnyRef
  46. def resetExpectations(): Unit

    Attributes
    protected
  47. def resetMocks(): Unit

    Attributes
    protected
  48. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  49. implicit def toMockParameter[T](v: T): MockParameter[T]

    Attributes
    protected
  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def verifyExpectations(): Unit

    Attributes
    protected
  52. final def wait(): Unit

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

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

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

    Attributes
    protected
  56. def where[T1, T2, T3, T4, T5, T6, T7, T8, T9](matcher: (T1, T2, T3, T4, T5, T6, T7, T8, T9) ⇒ Boolean): MockMatcher9[T1, T2, T3, T4, T5, T6, T7, T8, T9]

    Attributes
    protected
  57. def where[T1, T2, T3, T4, T5, T6, T7, T8](matcher: (T1, T2, T3, T4, T5, T6, T7, T8) ⇒ Boolean): MockMatcher8[T1, T2, T3, T4, T5, T6, T7, T8]

    Attributes
    protected
  58. def where[T1, T2, T3, T4, T5, T6, T7](matcher: (T1, T2, T3, T4, T5, T6, T7) ⇒ Boolean): MockMatcher7[T1, T2, T3, T4, T5, T6, T7]

    Attributes
    protected
  59. def where[T1, T2, T3, T4, T5, T6](matcher: (T1, T2, T3, T4, T5, T6) ⇒ Boolean): MockMatcher6[T1, T2, T3, T4, T5, T6]

    Attributes
    protected
  60. def where[T1, T2, T3, T4, T5](matcher: (T1, T2, T3, T4, T5) ⇒ Boolean): MockMatcher5[T1, T2, T3, T4, T5]

    Attributes
    protected
  61. def where[T1, T2, T3, T4](matcher: (T1, T2, T3, T4) ⇒ Boolean): MockMatcher4[T1, T2, T3, T4]

    Attributes
    protected
  62. def where[T1, T2, T3](matcher: (T1, T2, T3) ⇒ Boolean): MockMatcher3[T1, T2, T3]

    Attributes
    protected
  63. def where[T1, T2](matcher: (T1, T2) ⇒ Boolean): MockMatcher2[T1, T2]

    Attributes
    protected
  64. def where[T1](matcher: (T1) ⇒ Boolean): MockMatcher1[T1]

    Attributes
    protected
  65. implicit def wildcard[T]: MockParameter[T]

    Attributes
    protected

Inherited from AnyRef

Inherited from Any