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
    @HotSpotIntrinsicCandidate() @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. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  16. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  17. def ignoreStubs(mocks: AnyRef*): Seq[AnyRef]

    Permalink
  18. final def isInstanceOf[T0]: Boolean

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

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

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

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  23. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  24. def spy[T](m: T): T

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

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

    Permalink
  27. def toString(): String

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

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

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

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

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

    Permalink
  33. final def wait(arg0: Long, arg1: Int): Unit

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

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(): Unit

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

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from AnyRef

Inherited from Any

Ungrouped