Packages

c

org.mockito.internal.matchers

EqualsFunction0

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

Linear Supertypes
Serializable, Product, scala.Equals, Equals, Serializable, ContainsExtraTypeInfo, ArgumentMatcher[AnyRef], AnyRef, scala.Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EqualsFunction0
  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 EqualsFunction0(wanted: scala.Any)

Value Members

  1. final def !=(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: scala.Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: scala.Any): Boolean
    Definition Classes
    Equals → AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def getWanted(): AnyRef
    Attributes
    protected[org.mockito.internal.matchers]
    Definition Classes
    Equals
  11. def hashCode(): Int
    Definition Classes
    Equals → AnyRef → Any
  12. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  13. def matches(actual: AnyRef): Boolean
    Definition Classes
    EqualsFunction0 → Equals → ArgumentMatcher
  14. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  15. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  16. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  17. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  18. def toString(): String
    Definition Classes
    Equals → AnyRef → Any
  19. def toStringWithType(): String
    Definition Classes
    Equals → ContainsExtraTypeInfo
  20. def typeMatches(arg0: scala.Any): Boolean
    Definition Classes
    Equals → ContainsExtraTypeInfo
  21. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  23. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  24. val wanted: scala.Any

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