org.specs2

mock

package mock

Visibility
  1. Public
  2. All

Type Members

  1. case class HamcrestMatcherAdapter[T](m: Matcher[T]) extends BaseMatcher[Nothing] 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

Value Members

  1. package mockito

Ungrouped