trait
MockitoMocker extends AnyRef
Value Members
-
final
def
!=(arg0: AnyRef): Boolean
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: AnyRef): Boolean
-
final
def
==(arg0: Any): Boolean
-
def
answer[A](f: (InvocationOnMock) ⇒ A): Answer[A]
-
def
answer[A](a: A): Answer[A]
-
def
any[T](implicit m: ClassTag[T]): T
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
doAnswer[T](a: Answer[T]): Stubber
-
def
doNothing: Stubber
-
def
doReturn[T](t: T): Stubber
-
def
doThrow[E <: Throwable](e: E): Stubber
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
final
def
getClass(): Class[_]
-
def
hashCode(): Int
-
def
ignoreStubs(mocks: AnyRef*): Seq[AnyRef]
-
final
def
isInstanceOf[T0]: Boolean
-
def
mock[T](settings: MockSettings)(implicit arg0: ClassTag[T]): T
-
def
mock[T](implicit arg0: ClassTag[T]): T
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
spy[T](m: T): T
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
times(i: Int): Times
-
def
toString(): String
-
def
verify[M](m: M, v: VerificationMode): M
-
def
verify[M <: AnyRef](inOrder: Option[InOrder], m: M, v: VerificationMode): M
-
def
verify(mode: VerificationMode): List[Int]
-
def
verifyNoMoreInteractions[T <: AnyRef](mocks: T*): Unit
-
def
verifyZeroInteractions[T <: AnyRef](mocks: T*): Unit
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
when[V](v: V): OngoingStubbing[V]
Inherited from AnyRef
Inherited from Any
This class is created to delegates mock methods to the Mockito static methods.
org.specs2.mock.Mockito