Packages

package mock

Type Members

  1. case class HamcrestMatcherAdapter [T](m: Matcher[T]) extends BaseMatcher[T] with Product with Serializable

    Adapter class to use specs2 matchers as Hamcrest matchers

  2. 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.

  3. 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

Ungrouped