Package

org.specs2

mock

Permalink

package mock

Visibility
  1. Public
  2. All

Type Members

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

    Permalink

    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 with MockitoFunctions

    Permalink

    This trait can be used to access Mockito functionalities.

  3. trait MockitoMocker extends AnyRef

    Permalink

    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

    Permalink

Ungrouped