Trait

org.specs2.mock

MockitoMocker

Related Doc: package mock

Permalink

trait MockitoMocker extends AnyRef

This class is created to delegates mock methods to the Mockito static methods.

See also

org.specs2.mock.Mockito

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. MockitoMocker
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. def answer[A](f: (InvocationOnMock) ⇒ A): Answer[A]

    Permalink
  5. def answer[A](a: A): Answer[A]

    Permalink
  6. def any[T](implicit m: ClassTag[T]): T

    Permalink
  7. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  8. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  9. def doAnswer[T](a: Answer[T]): Stubber

    Permalink
  10. def doNothing: Stubber

    Permalink
  11. def doReturn[T](t: T): Stubber

    Permalink
  12. def doThrow[E <: Throwable](e: E): Stubber

    Permalink
  13. final def eq(arg0: AnyRef): Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef → Any
  18. def ignoreStubs(mocks: AnyRef*): Seq[AnyRef]

    Permalink
  19. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  20. def mock[T](settings: MockSettings)(implicit arg0: ClassTag[T]): T

    Permalink
  21. def mock[T](implicit arg0: ClassTag[T]): T

    Permalink
  22. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  23. final def notify(): Unit

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

    Permalink
    Definition Classes
    AnyRef
  25. def spy[T](m: T): T

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

    Permalink
    Definition Classes
    AnyRef
  27. def times(i: Int): Times

    Permalink
  28. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  29. def verify[M](m: M, v: VerificationMode): M

    Permalink
  30. def verify[M <: AnyRef](inOrder: Option[InOrder], m: M, v: VerificationMode): M

    Permalink
  31. def verify(mode: VerificationMode): List[Int]

    Permalink
  32. def verifyNoMoreInteractions[T <: AnyRef](mocks: T*): Unit

    Permalink
  33. def verifyZeroInteractions[T <: AnyRef](mocks: T*): Unit

    Permalink
  34. final def wait(): Unit

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  37. def when[V](v: V): OngoingStubbing[V]

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped