org.mockito.internal

matchers

package matchers

Visibility
  1. Public
  2. All

Type Members

  1. case class EqualsFunction0(wanted: scala.Any) extends Equals with Product with Serializable

    Ad-hoc implementation of the Equals matcher overriding the matching for byname values

  2. case class EqualsFunction1(wanted: scala.Any) extends Equals with Product with Serializable

    Ad-hoc implementation of the Equals matcher overriding the matching for Function1 values.

    Ad-hoc implementation of the Equals matcher overriding the matching for Function1 values. It is used to match implicit conversions transparently

Ungrouped