package mock
Type Members
-
case class
HamcrestMatcherAdapter
[T](m: Matcher[T]) extends BaseMatcher[T] with Product with Serializable
Adapter class to use specs2 matchers as Hamcrest matchers
-
trait
Mockito
extends MocksCreation with CalledMatchers with MockitoStubs with CapturedArgument with MockitoMatchers with ArgThat with Expectations
This trait can be used to access Mockito functionalities.
-
trait
MockitoMocker
extends AnyRef
This class is created to delegates mock methods to the Mockito static methods.
This class is created to delegates mock methods to the Mockito static methods.
- See also
org.specs2.mock.Mockito