Packages

package mock

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Package Members

  1. package mockito

Type Members

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

    Adapter class to use specs2 matchers as Hamcrest matchers

  3. trait Mockito extends MocksCreation with CalledMatchers with MockitoStubs with CapturedArgument with MockitoMatchers with ArgThat with Expectations with MockitoFunctions

    This trait can be used to access Mockito functionalities.

  4. 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. object Mockito extends Mockito
  2. object MockitoThrownExpectations extends Mockito with ThrownExpectations

Ungrouped