Class

org.mockito.internal.matchers

EqualsFunction1

Related Doc: package matchers

Permalink

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. It is used to match implicit conversions transparently

Linear Supertypes
Serializable, Product, scala.Equals, Equals, Serializable, ContainsExtraTypeInfo, ArgumentMatcher[AnyRef], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EqualsFunction1
  2. Serializable
  3. Product
  4. Equals
  5. Equals
  6. Serializable
  7. ContainsExtraTypeInfo
  8. ArgumentMatcher
  9. AnyRef
  10. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new EqualsFunction1(wanted: scala.Any)

    Permalink

Value Members

  1. final def !=(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    Equals → AnyRef → Any
  8. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
    Annotations
    @HotSpotIntrinsicCandidate()
  9. final def getWanted(): AnyRef

    Permalink
    Attributes
    protected[org.mockito.internal.matchers]
    Definition Classes
    Equals
  10. def hashCode(): Int

    Permalink
    Definition Classes
    Equals → AnyRef → Any
  11. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  12. def matches(actual: AnyRef): Boolean

    Permalink
    Definition Classes
    EqualsFunction1 → Equals → ArgumentMatcher
  13. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  14. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  15. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @HotSpotIntrinsicCandidate()
  16. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  17. def toString(): String

    Permalink
    Definition Classes
    Equals → AnyRef → Any
  18. def toStringWithType(): String

    Permalink
    Definition Classes
    Equals → ContainsExtraTypeInfo
  19. def typeMatches(arg0: scala.Any): Boolean

    Permalink
    Definition Classes
    Equals → ContainsExtraTypeInfo
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. val wanted: scala.Any

    Permalink

Deprecated Value Members

  1. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @Deprecated @deprecated @throws( classOf[java.lang.Throwable] )
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from Serializable

Inherited from Product

Inherited from scala.Equals

Inherited from Equals

Inherited from Serializable

Inherited from ContainsExtraTypeInfo

Inherited from ArgumentMatcher[AnyRef]

Inherited from AnyRef

Inherited from scala.Any

Ungrouped